MySQL Forums
Forum List  »  MySQL Workbench

mysql server not allowing remote connection
Posted by: Syed Shah
Date: May 20, 2020 03:34PM

Hi,

I added the binding to the my.ini file

bind-address = 0.0.0.0

Also created a user

GRANT ALL ON *.* TO 'myuser'@'%';

in windows firewall, made sure that the inbound rule had port 3306 allowed

then I tried connecting over internet. In my workbench,
host: public ip of the remote host
user: myuser@%, password: password of the user

Still, the mysqlbench is not able to connect

Any other hints what am I still missing here?

www.aricrypta.com

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql server not allowing remote connection
571
May 20, 2020 03:34PM


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.