I actually thought I could do this until I tried. I installed MySQL server on one PC in the Local network IP Address (192.168.1.4) and now I am trying to access it from anot
For all users and all host.
mysql -u root -p GRANT ALL PRIVILEGES ON *.* TO '%'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION; FLUSH PRIVILEGES; QUIT;