Still not able to investigate the core issue,
1- i tried to clean metadata
USE mysql;
DELETE FROM db WHERE Db = 'laundry.restoraposqr';
FLUSH PRIVILEGES;
2- tried to Clear MySQL Query Cache
mysql -u root -p
RESET QUERY CACHE;
FLUSH TABLES;
FLUSH HOSTS;
FLUSH PRIVILEGES;
3- tried to clear all .frm, .ibd, or .cache files related to the database:
sudo rm -rf /www/server/data/laundry.restoraposqr/*
4- i tried to repair mysql
REPAIR TABLE mysql.db;
5- i had tried to Fix Encoding Issue (@002 )
sudo rm -rf /var/lib/mysql/laundry@002erestoraposqr
sudo rm -rf "/var/lib/mysql/laundry@002erestoraposqr"