Section 5.6.2 of the MySQL 5.0 docs says: 5.6.2. mysql_upgrade -- Check Tables for MySQL Upgrade
mysql_upgrade should be executed each time you upgrade MySQL. It checks all tables in all databases for incompatibilities with the current version of MySQL Server. After installing mysql50-server, there is no mysql_upgrade on my system: pe850 : 19:44:15 /root# [1]+ Done ( /usr/libexec/locate.updatedb ) pe850 : 19:44:27 /root# locate mysql_upgrade pe850 : 19:44:32 /root# I am building a new server with MySQL 5.0.18 running on FreeBSD 6.1-PRERELEASE and importing data from 3.22.32 running on 4.4-STABLE. Where can I locate mysql_upgrade? Thanks, Jim _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"