MySQL Forums
Forum List  »  Install & Repo

Not able to connect My SQL server installed on Windows remotely
Posted by: Anuj Maheshwari
Date: November 19, 2015 05:04AM

Hi,

I have installed My SQL DB - 5.7.9 using windows installer - "mysql-installer-community-5.7.9.1.msi". Now I am trying to connect to this server from a different windows machine and I m not able to do that.

I tried Awo approaches so far -

1) adding privileges - "GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'root';" to allow any host to connect to this server but this didn't help.

2) Also tried adding bind-address=<IP of machine where My SQL is installed> in my.ini file but no luck.

Any help would be appreciated.

Thanks,
Anuj

Options: ReplyQuote


Subject
Written By
Posted
Not able to connect My SQL server installed on Windows remotely
November 19, 2015 05:04AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.