0
Right now I’m studying shared file cloud services like Owncloud and Pydio.
I am using Debian 9 as a machine. I installed xampp on it. I entered the phpmyadmin settings normally and went to put password in root user.
When you enter there on the page you have the following:
root :: 127.0.0.1
root :: 1
root :: localhost <-- Eu abri esse e coloquei uma senha e o hashing da senha eu coloquei mysql 4.1+ e gerei o password.
after I went into the phpmyadmin folder and edited the file config.inc.php
and left it the way it is in the picture.
After that I saved and when I go into the phpmyadmin appears that:
How to fix this?
It didn’t work out. It stays the same.
– Sandson Costa
Tried to set "Allownopasswordroot" to
true
?– user41210
If I put true, I’m saying root has no password.
– Sandson Costa