Question: When attempting a mysqldump on one of the databases on a MariaDB server with this command I received the error message mysqldump: Got error: 1932: "Table 'schema1.myTable' doesn't exist in engine" when using LOCK TABLES mysqldump -u myun -p database_name > /mariadb/backups/mydb1171117.sql Description: Backup of [~myDB1~] MySQL database failed. The error message [~mysqldump: Couldn't execute 'show create table `my_code`': Table 'mydb1.my_code' doesn't exist in engine (1932) ~] is received during backup. Source: myserver1, Process: MySqlBackupChil How can I fix? In summary - some files were moved around and this has caused the issue Answer:I've found this error message appears... Read more →