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).
<
MySQL Workbench
on MySQL Server
MachineIf 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.
Users and Privileges
from Navigator
and click on it.root
user and change value for Limit to Hosts Matching
to %
.Apply
at the bottom.This should enable root user to access MySQL Server from remote machine.