Quote:
Originally Posted by Wim Sturkenboom
I ran into that problem after upgrading from 3.23 to 4.1. [/url]
|
That is a HUGE jump. MySQL has created a binary for upgrading the MySQL database.
Code:
mysql_upgrade -uroot -p
And its always good to do a repair/optimize check:
Code:
mysqlcheck -Aro -uroot -p