Pages

Saturday, August 8, 2020

How to change phpmyadmin Path in Linux

 sudo nano /etc/phpmyadmin/apache.conf

Change Alias in config File


#Alias /phpmyadmin /usr/share/phpmyadmin

Alias /mydbs /usr/share/phpmyadmin

Save the file and resart apache service

sudo service apache2 resart

then check the url in browser

http://localhost/mydbs/




No comments:

Post a Comment