Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


mariaDB connection error
by admin
 at 2017-03-26 12:40:15.

when installing the new version of maria db you may have to do one more step other than setting the password to make it work (fist line):

UPDATE user SET plugin="";
UPDATE user SET password=PASSWORD("pass") WHERE user="root";
FLUSH PRIVILEGES;