In the last episode (Feb 22), James Long said: > 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:
At the bottom of that section is this sentence: mysql_upgrade was added in MySQL 5.0.19. It supersedes the older mysql_fix_privilege_tables script. 5.0.19 hasn't been released yet, but I expect that when it is, and the port is updated to build it, the command will be available. -- Dan Nelson [EMAIL PROTECTED] _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"