Configuring PhpMyAdmin to connect to a remote MariaDB server
P粉103739566
P粉103739566 2024-03-28 21:35:59
0
1
448

I have a computer within the LAN network at my workplace that hosts a MariaDB database from Xampp and accesses the database through PhpMyAdmin. It is accessible through the workplace LAN, but we need to be able to access it from an external network (a different building in another city) through the PhpMyAdmin UI.

How on earth do I configure the external client's files to connect to the database on our LAN? From my research, all I can see is how to configure it to work within the same LAN.

P粉103739566
P粉103739566

reply all(1)
P粉155551728

Because I don’t know your specific IP and parameter values, I can only give you methods. The specific method is as follows:

  1. First of all, ensure that the network communication at both ends is normal; whether it is a public network or a VPN;

  2. When creating a user or using alter, you need to correctly configure the host that the user accesses;

3.bind_address needs to be configured correctly

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!