JeffreydeV
Verified User
Hello, a few days ago I have renamed some of my directadmin user accounts using change_username.sh.
Everything went well except for a few tables in mysql. Those that used a different engine (InnoDB instead of the standard MyISAM) are not showing anymore (in phpmyadmin, aswell in it's own database and the information scheme). At first this wasn't really a problem since these tables where only there for testing.
However now my backups fail.
I get the following message:
Error while backing up database sql02_000000002
mysqldump error output: mysqldump: Got error: 1146: Table 'sql02_000000002.dataPageBlock' doesn't exist when using LOCK TABLES
Does anyone know how I can show these tables again so I can remove them?
Or how I just remove them in the first place?
Everything went well except for a few tables in mysql. Those that used a different engine (InnoDB instead of the standard MyISAM) are not showing anymore (in phpmyadmin, aswell in it's own database and the information scheme). At first this wasn't really a problem since these tables where only there for testing.
However now my backups fail.
I get the following message:
Error while backing up database sql02_000000002
mysqldump error output: mysqldump: Got error: 1146: Table 'sql02_000000002.dataPageBlock' doesn't exist when using LOCK TABLES
Does anyone know how I can show these tables again so I can remove them?
Or how I just remove them in the first place?