mysql server upgrade problem from 5.0 to 5.1

Posted by Avinash on Stack Overflow See other posts from Stack Overflow or by Avinash
Published on 2010-04-09T06:38:15Z Indexed on 2010/04/09 6:43 UTC
Read the original article Hit count: 683

Filed under:
|

Hi I have upgraded my mysql server from 5.0 to 5.1.

But i am having a problem related to tables for InnoDB storage Engine.

My default engine is InnoDB, So it is enabled in my server.

But tables with InneDB engine are not displaying in phpmyadmin.

Tables with MyISAM are displaying properly.

and also i can't fire a query on the table with InnoDB Engine.

Thanks

Avinash

© Stack Overflow or respective owner

mysql server upgrade problem from 5.0 to 5.1

Posted by Avinash on Server Fault See other posts from Server Fault or by Avinash
Published on 2010-04-09T06:58:32Z Indexed on 2010/04/09 7:03 UTC
Read the original article Hit count: 683

Filed under:
|

Hi I have upgraded my mysql server from 5.0 to 5.1.

But i am having a problem related to tables for InnoDB storage Engine.

My default engine is InnoDB, So it is enabled in my server.

But tables with InneDB engine are not displaying in phpmyadmin.

Tables with MyISAM are displaying properly.

and also i can't fire a query on the table with InnoDB Engine.

Thanks

Avinash

© Server Fault or respective owner

Related posts about mysql

Related posts about upgrade-issue