Skip to content

Instantly share code, notes, and snippets.

View JQL's full-sized avatar

John Lavelle JQL

View GitHub Profile
@jlavelle-uk
jlavelle-uk / MySQLAccessDenied.md
Last active January 1, 2020 20:32
Fresh MYSQL install, Access denied for user 'root'@'localhost'

Fresh MYSQL install, Access denied for user 'root'@'localhost'

So how to fix it?

Lets go through the install process first:

install a complete LAMP Stack first then install phpmyadmin (note the ^ is important)

sudo apt-get install lamp_stack^