I can not login on phpmyadmin

NethServer Version: 7.7
Module: Mariadb

I installed phpmyadmin, but I can not login, followed the steps of the site: https://wiki.nethserver.org/doku.php?id=phpmyadmin, unsuccessfully it is installed but I can not login with any user.

Hi, Alessandro.
user is admin. The password can be found using the command indicated in the guide:

cat /root/.my.cnf

I get the password there but no access, already tried the browser, terminal, local and remote and does not access.

Do you get access to phpmyadmin login page?

config show phpmyadmin

I don’t have, I don’t know why.phpmyadmin

You can check /var/log/messages and /var/log/yum to get some clues about what was installed and what happened.

You can try to create an administrator user and login with him:

mysql
GRANT ALL PRIVILEGES ON *.* TO 'administrator'@'localhost' IDENTIFIED BY 'yourpassword';
\q

Try to login to phpmyadmin with administrator user.
Give us feedback.

rpm -qa | grep -i 'phpmyadmin'

please what is the output

The output is this:

Simple you missed to install my rpm

Nethserver-phpmyadmin

Sorry me more I did not understand !!

yum install http://mirror.de-labrusse.fr/NethServer/7/x86_64/nethserver-stephdl-1.0.8-1.ns7.sdl.noarch.rpm

yum install nethserver-phpmyadmin

Thanks for the reply, resolved here.

1 Like