Get an error while dumping database in MySQL
Posted
by db2
on Server Fault
See other posts from Server Fault
or by db2
Published on 2010-06-01T07:49:31Z
Indexed on
2010/06/01
7:55 UTC
Read the original article
Hit count: 154
D:\>mysqldump -uuser -ppass dbname > 1.dump.sql.txt
mysqldump: Got error: 1146: Table 'dbname.admin20_cache' doesn't exist when using LOCK TABLES
How to make MySQL ignore the error ?
© Server Fault or respective owner