Whenever I try to import a table to get this admin web panel for my server to work, i get this:
Error
SQL query:
CREATE DATABASE IF NOT EXISTS `adminpanel` /*!40100 DEFAULT CHARACTER SET latin1 */;
MySQL said: Documentation
#1044 - Access denied for user 'ickyservers'@'localhost' to database 'adminpanel'
I am following the directions from this guide:
https://docs.google.com/document/d/1SQn ... N6wIQ/edit
Error when importing sql table in PHPMYADMIN
-
- New to forums
- Posts: 4
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Mon Dec 22, 2014 11:41 am
Re: Error when importing sql table in PHPMYADMIN
The database name has to be package_dbname. This allows each package to have unique database names(2 customers can't have the same database name).
You can edit the file to add this, or make the database using the databases tab and then edit the sql statements are are importing to use the new database name. I recommed the latter.
Can you post the .sql file, or all of the sql statements you are trying to import? I can try to edit them for you if you are unsure what to do.
You can edit the file to add this, or make the database using the databases tab and then edit the sql statements are are importing to use the new database name. I recommed the latter.
Can you post the .sql file, or all of the sql statements you are trying to import? I can try to edit them for you if you are unsure what to do.
Not a NFO employee
-
- New to forums
- Posts: 4
- Joined: Mon Dec 22, 2014 11:41 am
Re: Error when importing sql table in PHPMYADMIN
Thank you for the help
I changed the name inside the file and it imported succesfully.

Re: Error when importing sql table in PHPMYADMIN
Great, glad you got it to work 
If you need anything else please ask!

If you need anything else please ask!
Not a NFO employee