mariaDB connection error
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;