On Wed, Aug 6, 2014 at 12:16 PM, Balasubramaniam Natarajan
<bala150...@gmail.com> wrote:
> On Wed, Aug 6, 2014 at 12:09 PM, Arun Khan <knu...@gmail.com> wrote:
> 1. Could you try logging in locally by adding an appropriate grant
> statement ?
>
> 2. Try using the FQDN for the grant statement on mysql
> server.
>                              GRANT ALL ON YourDB.* TO 'root'@
> 'mysql_root_password';
>                              FLUSH PRIVILEGES;
>

I have already done the following before trying to connect

GRANT ALL PRIVILEGES ON *.* TO 'root'@'A' WITH GRANT OPTION;

where A is the IP address and

GRANT ALL PRIVILEGES ON *.* TO 'root'@'aws-appsrv' WITH GRANT OPTION;

where aws-appsrv is resolved by /etc/hosts with the line.

A    aws-appsrv

-- Arun Khan
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Reply via email to