According to the MySQL website, "MySQL Version 4.1
(is) Certified as Production-Ready."
Based on this announcement, I removed all files from
previous mysql versions, then downloaded and installed
these "released" 4.1 RPMs.
rpm -ivhU MySQL-server-4.1.7-0.i386.rpm
rpm -ivhU MySQL-shared-compat-4.1.7-0.i386.rpm
rpm -ivhU MySQL-client-4.1.7-0.i386.rpm
rpm -ivhU MySQL-devel-4.1.7-0.i386.rpm
I can start mysqld_safe with cluster support.
mysqld_safe --ndbcluster
--default-storage-engine=ndbcluster &
But no ndb commands (e.g. ndb_mgmd) are installed.
Are there more steps to do? Am I missing something?
Is it not "all there" yet?
BR/
Douglas