connecting to mysql server on another PC in LAN

前端 未结 10 814
[愿得一人]
[愿得一人] 2020-12-09 07:00

I have mySQL setup in a PC on my local network, how do I connect to it? I also have mySQL installed in this computer (which I want to use to connect to the database).

<
10条回答
  •  一生所求
    2020-12-09 07:27

    Users who can Install MySQL Workbench on MySQL Server Machine

    If you use or have MySQL Workbench on the MySQL Server PC you can do this with just a few clicks. Recommend only for development environment.

    1. Connect to MySQL Server

    1. Find this option Users and Privileges from Navigator and click on it.

    1. Select root user and change value for Limit to Hosts Matching to %.

    1. The click Apply at the bottom.

    This should enable root user to access MySQL Server from remote machine.

提交回复
热议问题