Index: doc/en/mysql-upgrade-slotted.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrade-slotted.xml,v retrieving revision 1.3 diff -u -b -B -r1.3 mysql-upgrade-slotted.xml --- doc/en/mysql-upgrade-slotted.xml 30 Jan 2006 16:34:23 -0000 1.3 +++ doc/en/mysql-upgrade-slotted.xml 30 Jan 2006 21:59:53 -0000 @@ -27,7 +27,7 @@ -1 +2 2006-01-30 @@ -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 @@ -203,17 +203,24 @@

+Before you switch to the new MySQL server, you will have to adjust the following +variable inside the /etc/conf.d/mysql. Its value might be empty: +

+ +
+# nano -w /etc/conf.d/mysql
+(Add the following line:)
+mysql_slot_500=( )
+
+ +

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:

-# 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