aspose file tools
The moose likes JDBC and the fly likes My tables are not working any more please help.. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "My tables are not working any more please help.." Watch "My tables are not working any more please help.." New topic
Author

My tables are not working any more please help..

Elahe Shafie
Ranch Hand

Joined: Dec 12, 2001
Posts: 291
Hi Friends,
Today I was working on back up the tables in MySQL and first I lock the tables and...like bellow:
mysql> LOCK TABLES bug READ;
mysql> LOCK TABLES user;
mysql> FLUSH TABLES;
mysql> UNLOCK TABLES;
This exactly what I did but my tables is not workinh any more I don't know what I did PLEASE help me
Many Thanks,
Elahe


Thanks,
Elahe
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: My tables are not working any more please help..
 
Similar Threads
Slackware & Mysql error install
Hibernate on DB's w/o Primary Keys
How to insert data into multiple tables?
sql syntax question
Mysql installation