Sample Header Ad - 728x90

How to enable remote access to wamp mysql

1 vote
1 answer
13545 views
I have wamp server which is installed in windows server. Since database is becoming large want to move code to other machine from there I want logon to wamp mysql. I have disabled **bind-to-address** and created new user with all permission, but unfortunately not able to connect mysql remotely. Steps I followed: CREATE USER 'user'@'x.x.x.x' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON *.* TO 'user'@'x.x.x.x'; Please let me what is steps do I need to follow.
Asked by niran (111 rep)
Sep 19, 2017, 11:02 AM
Last activity: Sep 19, 2017, 01:05 PM