I am upgrading my server from 5.5 to 5.6. This is on CentOS 6.5. I removed 5.5 like this:
yum remove mysql-libs MySQL-client MySQL-devel MySQL-shared and I installed 5.6 from MySQL-5.6.24-1.linux_glibc2.5.x86_64.rpm-bundle.tar with: rpm -i MySQL-client-5.6.24-1.linux_glibc2.5.x86_64.rpm rpm -i MySQL-client-5.6.24-1.linux_glibc2.5.x86_64.rpm rpm -i MySQL-shared-5.6.24-1.linux_glibc2.5.x86_64.rpm I then ran mysql_upgrade and I got: This installation of MySQL is already upgraded to 5.5.43, use --force if you still need to run mysql_upgrade Looking at the mod time of mysql_upgrade I see it's from when I installed 5.5, not from today. Shouldn't I have gotten a new mysql_upgrade with the 5.6 install? Is running it with --force all I need to do? Or do I not have the correct version of mysql_upgrade? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql