fabiom Posted September 22, 2006 Share Posted September 22, 2006 I recentry upgraded mysql to the 5.0.22 version. Now I have a database with 20 tables, and I can view them with SHOW TABLES. But when i try to do SELECT * FROM test, i receive the 1146 error: Table test doesn't exist. When I try to do DROP TABLE test, i receive ERROR 1051 (42S02): Unknown table 'test'. Any help?I can't drop the database because I don't have the privilegies to do so. Link to comment https://forums.phpfreaks.com/topic/21693-recently-upgraded-mysql-and-now-im-getting-error-1146-any-help/ Share on other sites More sharing options...
fenway Posted September 25, 2006 Share Posted September 25, 2006 What does CHECK TABLES have to say? Link to comment https://forums.phpfreaks.com/topic/21693-recently-upgraded-mysql-and-now-im-getting-error-1146-any-help/#findComment-97910 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.