As of version 4.0.11, the MySQL server is available for Novell NetWare in binary package form. In order to host MySQL, the NetWare server must meet these requirements:
The binary package for NetWare can be obtained at http://www.mysql.com/downloads/.
If you are running MySQL on NetWare 6.0, we strongly suggest that you use the
--skip-external-locking
option on the command line. It will also be
neccesary to use CHECK TABLE
and REPAIR TABLE
instead of
myisamchk
, because myisamchk
makes use of external locking.
External locking is known to have problems on NetWare 6.0; the problem has been
eliminated in NetWare 6.5.