I have a PHP-MySQL application and I want to use one database from different PCs. I got my answer in this question someone asked: Accesing XAMPP MySql Database from Another Computer.
Now the problem is that they mentioned my.cnf file to edit but I don’t have such a file in my xampp folder. Is there any other file we can edit for these settings?
I got the answer and I tested also how to access one PC MySQL database from different PCs on LAN 🙂
you just need to put the
IPof that PC where you install yourMySQL server. For exampleIn the above link
192.168.1.3is theIPof the PC whereMySQL serveris installed