Mysqldump: Got error: 1017: Can't find file: when using LOCK TABLES

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Перейти к:навигация, поиск
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.



Ошибка:

# mysqldump db_name > db_name .sql
mysqldump: Got error: 1017: Can't find file: 'tb_name_game' (errno: 2) when using LOCK TABLES


решение - попробовать с опцией - --lock-tables=false

mysqldump --lock-tables=false db_name > db_name .sql