MySQL のバージョン 3.22.13 以降の MySQL のバージョンと UnixWare 7.1.0 のバージョンを使用する必要があります。これは、これらのバージョンで UnixWare 上の移植性と OS に関する問題がいくつか修正されているためです。
UnixWare バージョン 7.1.x 上で以下の
configure
コマンドを使用して MySQL
をコンパイルすることができました。
CC=cc CXX=CC ./configure --prefix=/usr/local/mysql
gcc
を使用する場合は、gcc
2.95.2
以降をインストールする必要があります。
CC=gcc CXX=g++ ./configure --prefix=/usr/local/mysql
SCO は、ftp://ftp.sco.com/pub/unixware7 (UnixWare 7.1.1 および 7.1.3)と ftp://ftp.sco.com/pub/openunix8 (OpenUNIX 8.0.0)で、オペレーティングシステムパッチを提供している。
SCO は、ftp://ftp.sco.com/pub/security/OpenUNIX (OpenUNIX)および ftp://ftp.sco.com/pub/security/sse (UnixWare)で、セキュリティ修正プログラムについての情報を提供している。
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.