PDA

View Full Version : Databse Error after upgrading MySQL from 4.1 to 5.0


youssef87
06-22-2009, 08:05 PM
Help,

I upgraded my MySQL from 4.1 to 5.0 and now my forum does not work and gives me a Databse Error.

Anything I need to do after I changefrom 4.1 to 5.0? I tried to recompile Apache but saw no option that related anything to MySQL.

Lynne
06-22-2009, 08:09 PM
What is the database error you are getting?

youssef87
06-22-2009, 08:11 PM
It just says Databse Error, nothing else

Lynne
06-22-2009, 08:13 PM
Take a look at the page source and near the bottom of the page source text it will say what the database error is. We can't help you if you don't get us the database error.

snakes1100
06-22-2009, 11:04 PM
1. run this from the cmd line in a shell or in phpmyadmin
mysql_fix_privilege_tables

2. export and re-import your database.