Link to home
Start Free TrialLog in
Avatar of robrodp
robrodpFlag for Mexico

asked on

MySql for remote/local access

If I configre MySql for remote access (using the server ip)  will it still work as localhost?
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

It is recommended that you don't set an IP address in the config file.  Then it will respond to any requests on port 3306 from any IP address available on that computer which would be the 'localhost' address and the machines IP address.  Access then will depend on the user privileges that are being used.
ASKER CERTIFIED SOLUTION
Avatar of Systech Admin
Systech Admin
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of robrodp

ASKER

Thanks this worked but I decided not to go with it