phpMyAdmin

After the install of phpMyAdmin, you need to alter the root password slightly, go to cd /usr/local/mysql, then

sudo bin/mysql -u root -p

ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘password’;

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.