SunOS 4 では、MySQL をコンパイルするために
MIT-pthreads が必要です。これは、GNU
make
が必要であることを意味します。
一部の SunOS 4 システムは、動的ライブラリと
libtool
に問題があります。
以下の configure
行を実行すると、この問題を回避できます。
shell> ./configure --disable-shared --with-mysqld-ldflags=-all-static
readline
をコンパイルしているときに、重複定義に関する警告が表示されることがあります。
これらの警告は無視してかまいません。
mysqld
をコンパイルしているときに、implicit
declaration of function
という警告が表示されます。これらの警告は無視してかまいません。
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.