Cấu hình cho máy tính khác truy cập :(
https://askubuntu.com/questions/248594/i-can-not-access-phpmyadmin-after-installing-lamppxampp-for-linux-1-8-1-on-ubu/248690
1. /opt/lampp/etc/extr
2. Edit httpd-xampp.conf
# since XAMPP 1.4.3
<Directory "/opt/lampp/phpmyadmin">
AllowOverride AuthConfig Limit
Order allow,deny
Require all granted
Allow from all
</Directory>
3. Restart xampp server
Last updated
Was this helpful?