Jump to content

Upload MySQL database problem


teongkia

Recommended Posts

Hi when i log in to http://mydb1.localdns.com/phpMyAdmin with my username and password.I managed to enter inside.But when I tried to create database name 'econnect', this error came out
Error
MySQL said: 

#1044 - Access denied for user 'iinnovationscom'@'localhost' to database 'econnect'

May I know what is the main problem for this?Thanks.
Link to comment
Share on other sites

You need to give the user 'iinnovationscom' the permissions to access the 'econnect' database. Do it through the following query:

[code]grant all on econnect.* to iinnovationscom'@'localhost identified by 'password';[/code]

This query will have to be run through the root user or a user that has the permissions on the database 'econnect'
Link to comment
Share on other sites

Error
MySQL said: 

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''@'localhost identified by 'password'' at line 1

After executing the code I found this error.I still couldn't create the database name econnect.May I know the problem?Thanks.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.