I have a Wordpress site under development running on XAMPP which uses MariaDB. I'd like to be able to access the database from any device on the LAN (actually WiFi).
Changing the localhost setting to specify an IP gets me to the server, but not the database (Error establishing a database connection).
How can I enable the database to accept a connection from the specific IP address (which is specified for the local host machine and as part of the URL from a remote machine)?
When I go into localhost/phpmyadmin I cannot figure out how to do this (I cannot edit the localhost account). Do I need to create a new user xxx.xxx.xxx.xxx and if so how would I set it up with the right credentials?
Changing the localhost setting to specify an IP gets me to the server, but not the database (Error establishing a database connection).
How can I enable the database to accept a connection from the specific IP address (which is specified for the local host machine and as part of the URL from a remote machine)?
When I go into localhost/phpmyadmin I cannot figure out how to do this (I cannot edit the localhost account). Do I need to create a new user xxx.xxx.xxx.xxx and if so how would I set it up with the right credentials?
Edit privileges