[Solved] PHPmyAdmin - Another anoying issue with export/import
Hi,
In the past I was able to export the DB and import it in a different cPanel account to do some work on the website/database.
Now, when exporting it dumps the DB with the name user_db.sql
When importing in the other cPanel account it comes with error:
Error
SQL query:
--
-- Database: `user_db`
--
CREATE DATABASE IF NOT EXISTS `user_db` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
MySQL said: Documentation
#1044 - Access denied for user 'owner'@'localhost' to database 'user_db'
owner is the current and user is the new account.
In the past this was no problem at all.
Any one a trick how to get this working again?
Hi,
In the past I was able to export the DB and import it in a different cPanel account to do some work on the website/database.
Now, when exporting it dumps the DB with the name user_db.sql
When importing in the other cPanel account it comes with error:
Error
SQL query:
--
-- Database: `user_db`
--
CREATE DATABASE IF NOT EXISTS `user_db` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
MySQL said: Documentation
#1044 - Access denied for user 'owner'@'localhost' to database 'user_db'
owner is the current and user is the new account.
In the past this was no problem at all.
Any one a trick how to get this working again?
Last edited: