Internal Server Error after upgrading MySQL to 5.1

sirwiz

Verified User
Joined
Mar 5, 2008
Messages
41
Hi,

I just tried to upgrade sql from 5.0 to 5.1 and with 5.1 i got Internal Server Error. When i back to 5.0 all is ok. I always do ./biuld php n after mysql upgrading. Any ideas? Solutions? Im running on CentOS 64 machine.

And second question how i can enable InnoDB support in MySQL ??
 
Ok i enabled innodb support. But there is still 5.1 and ISE problem.
 
Try to run the msql_upgrade tool on the MySQL 5.1 bin directory or the server bin directory. It is part of the MySQL 5.1 installation and must be run to upgrade the 5.0 databases.
It took me days of hard work to find out that installing MySQL 5.1 under DA (even a fresh install), overwrites the 5.1 tables with 5.0 formats, and running this tool is the solution.
Regards, Paul.
 
Back
Top