0
You guys, good night. It is as follows: I am with a PHP project with Mysql to be delivered. However, I am doing it this way: I created 3 virtual machines in Vmware Workstation Pro, the Client is Windows, the one that is only PHP is Ubuntu, and the one that is the database is also Ubuntu. The idea is that it’s a simulation. From the Client machine, I can access the site on the PHP machine through the IP of the machine/filename.php, I can do this without problems. The deal is that I made a form on this PHP site to insert data into the database that is on another machine. Summary of the opera: I’m not getting connection to the database, IE, I can not have remote access to the database, even if I have configured the connection file the right way. I’ve searched a lot of places, both national and foreign, and found nothing. If you can help me, I’d be grateful!!!!!!
It didn’t work :/ already disabled the firewall, already configured the GRANT in mysql, already configured the mysql file but does not connect.. When I load the.php connection page no error appears, it is empty
– Alex Dev