Raspberry Pi setup for a LAMP environment.
Raspberry Pi setup for a LAMP environment.
I work through this guide: https://pchelp.ricmedia.com/setup-lamp-s...diy-guide/. After installing MySQL, it doesn’t prompt for root credentials, so I run "mysql_secure_installation" and set the password to root. However, when trying to open it via phpmyadmin I get an "access denied" error.
Yes, I can run MySQL commands from the command line using the root password. I’ll attempt to create a new user and test logging into phpMyAdmin with that account, while reviewing the logs for any issues.
Check the issue at https://askubuntu.com/questions/763336/c...-mysql-5-7
Due to an unexpected issue, PHPMyAdmin began functioning properly after step 2.