SDX Help
Knowledge Base > SQL Database > CONFIGURING MYSQL FOR NETWORK ACCESS |
By 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.