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
==