I cannot figure out what I am doing wrong

Hello,
I followed the tutorial step by step, but when I want to launch my 127.0.0.1/phpmyadmin, I have a blank page.
I have started the tutorial three times, but for phpmyadmin, nothing works.
Can you help me please?
Thank you.

Remove the string with /var/tmp from phpmyadmin conf file that is mentioned in that tutorial.

The cause was a missing semi-colon - a subtle - but very important detail.

Corrected.

1 Like

All is good. Excepted phpmyadmin : a white page.
I don’t understand how to phpmyadmin start.

Check your phpmyadmin config file.

All lines (except comments) must be terminated with a semicolon ( ; )

After a lot of searching and reading on regex - especially on using shell expansion inside a regex - which generated a lot of trial and error - completely by accident I ended with the following - of course you need to be root to do this

sed -i -e "/blowfish/s/''/'$(openssl rand -hex 16)'/gi" /etc/webapps/phpmyadmin/config.inc.php

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.