]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- mysql_upgrade should be ran after restarting mysqld
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 24 Oct 2008 13:23:23 +0000 (13:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.424

mysql.spec

index 5acc3dd9391b968f83e76b4364f1ef040769a99f..c2cdf46cb74eeb0508aba340811f10abd7376830 100644 (file)
@@ -780,7 +780,7 @@ for config in $(awk -F= '!/^#/ && /=/{print $1}' /etc/mysql/clusters.conf); do
 done
 
 (
-echo 'You should run MySQL upgrade scripts for all MySQL clusters.'
+echo 'You should run MySQL upgrade script *after* restarting MySQL server for all MySQL clusters.'
 echo 'Thus, you should invoke:'
 for config in $configs; do
        datadir=$(awk -F= '!/^#/ && $1 ~ /datadir/{print $2}' $config | xargs)
This page took 0.031663 seconds and 4 git commands to generate.