mysqldump error output

seachen

Verified User
Joined
Feb 3, 2007
Messages
491
hi

may i know what is this error

Error while backing up database bellhonair_db
mysqldump error output: mysqldump: Got error: 1146: Table 'bellhonair_db.jos_jforms_3d96f' doesn't exist when using LOCK TABLES
 
It means that you have a corrupted table in your database. Try fixing it with PhpMyAdmin, 'repair' option or @ DA with MySQL management 'repair' otherwise remove the table and try again.
 
it show this error when i try repair it.
 

Attachments

  • error.PNG
    error.PNG
    12.9 KB · Views: 277
Back
Top