i had 2 pc, in my first pc i will import my db and run the xampp only on the mySql and the second pc i only run the apache..i have two xampp running, now how would i view my site on the second pc if a have a separate db and apache??
This topic was modified 7 years, 6 months ago by ragnar22.
In wp-config.php, you configure a parameter for the database host, so you’d use either the IP address or local network name for the machine with the database server. Make sure you have port 3306 open on the machine hosting the database.
i had 2 pc, in my first pc i will import my db and run the mySql only on the xampp, and the second pc i only run the apache..i have two xampp running, now how would i view my site on the second pc if a have a separate Mysql and apache??