Search:
Advanced search
|
CONFIGURING MYSQL FOR NETWORK ACCESSArticle ID: 70
Last updated: 11 Jan, 2016
Configuring MySQL For Network AccessBy default, the root user in MySQL will not be allowed access from remote machines. The easiest way to allow remote access is to grant access to another user, and then specify that user in the database login on the remote PC. Here are the steps to do this:
That should configure the specified database to allow remote access by the specified user.
|
Powered by KBPublisher (Knowledge base software)