- Edited
I recently updated php to 74, now I tried to install a new wp site and I´m getting this error.
I recently updated php to 74, now I tried to install a new wp site and I´m getting this error.
Looks like the password it tried to connect to maria db failed. Did you change the root password? You'll have to tell wo the new password (I honestly don't know how to do that). If not, try connecting to the database with the credentials at /etc/mysql/conf.d/my.cnf using this line: mysql -u root -p
.
Well I was tuning DB with mysqltuner lately but I haven´t changed any password. I can connect perfectly to maridDB with the same password that I first set...
I just checked /etc/mysql/conf.d/my.cnf and the password is there...no idea what´s going on
Check if mariadb is allowing connections from 127.0.0.1 for the user root.
I finally solved it uncommenting skip-name-resolve = 1, that was one of the improvements that I did to DB through mysqltuner recommendations, but seems that is not working
babyjungle Hello, Please post a step by step how you did to solve it. need help
Hosted by VirtuBox