Jump to content

MySQL Error


NaniG

Recommended Posts

Hi to all,

 

  I have database and it contains mysql database. I already given the privileges to these database.

Here is the privilege command...

 

GRANT ALL PRIVILEGES ON dbname.* TO root@'%' IDENTIFIED BY 'pwd';
FLUSH PRIVILEGES;

 

I have another database hosted into another IP Address. Now i wanted to access these database from my local database to get the result.

 

when am trying to give the privileges, am getting the MySQL Error 1044 and 1045.

 

Please help me out from these issue.

 

Thanks in advance.....

Link to comment
https://forums.phpfreaks.com/topic/257142-mysql-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.