--- mysql-upgrade-slotted.xml.orig 2006-01-30 17:14:20.000000000 +0000 +++ mysql-upgrade-slotted.xml.new 2006-01-30 21:43:28.000000000 +0000 @@ -162,9 +162,9 @@ "skip-grant-tables" ) EOF -# /etc/init.d/mysql-500 start +# /etc/init.d/mysql start # mysql-500 --defaults-file=/etc/mysql-500/my.cnf < BACKUP_MYSQL_4.0.SQL -# /etc/init.d/mysql-500 stop +# /etc/init.d/mysql stop # mv /etc/conf.d/mysql.orig /etc/conf.d/mysql @@ -204,16 +204,14 @@

When you're satisfied with the results, remove every test setting, stop the old -server and start the new one. Also, be sure to add -/etc/init.d/mysql to the default runlevel, ensuring it starts at -the next reboot. +server and start the new one. Also, be sure to add at least an empty variable +inside your /etc/conf.d/mysql similarly at what done before: +"mysql_slot_500=( )"

-# rc-update del mysql default
-# rc-update add mysql-500 default
-# /etc/init.d/mysql stop
-# /etc/init.d/mysql-500 start
+# killall mysqld
+# /etc/init.d/mysql stop zap start