+ Reply to Thread
Results 1 to 1 of 1
-
Administrator
- Join Date
- Mar 2010
- Posts
- 74
Mysqldump: Got error: 1017: Can't find file:
If you get the below error while creating dump file for databases
==
mysqldump: Got error: 1017: Can't find file: './kwkbh_vb381/noticedismissed.frm' (errno: 12) when using LOCK TABLES
==
Try
==
mysqldump data_base > data_base.sql --lock-tables=false
==


LinkBack URL
About LinkBacks



Reply With Quote