Forums LAMPStack

access to phpyadmin

Subscribe to access to phpyadmin 4 post(s), 2 voice(s)

 
Avatar spaggy 4 post(s)

Hi :)

I couldn’t find phpmydmin at localhost/phpmyadmin, <local-ip>/phpmyadmin or 127.0.0.1. How can access it?

 
Avatar antonio Administrator 508 post(s)

You should be able to access it via http://127.0.0.1:8080/phpmyadmin if you installed as normal user, or http://127.0.0.1/phpmyadmin if you installed as root. Take into account that phpmyadmin is an optional component, maybe you unselected it during the installation.

Cheers

 
Avatar spaggy 4 post(s)

I can’t access it at any of those addresses, yet I did in fact install it as I created a password for it and everything. I just rebooted the server, but this was true before that as well.

Thanks for the rapid reply, btw.

 
Avatar antonio Administrator 508 post(s)

Can you post here the contents of apache2/logs/error_log file?

Forums LAMPStack