Hi, i have a problem, whereby i imported some databases from an old website, but i cannot add users, as they dont appear in my mysql configuration panel, only in the phpmyadmin
If you still have the dbs stored locally, try the following:
1. Delete them by running DROP DATABASE commands in phpMyAdmin
2. Create new databases in the MySQL Database Wizard in cPanel (the wizard will also attach a database user to each database)
3. Import the data in phpMyAdmin once the databases are created
If you don't have the dbs stored locally anymore, then export the existing ones in phpMyAdmin and then follow the above steps.