Hi,
I’ve just installed YUNoHost on a Debian and have an issue with MySQL.
On /var/log/yunohost.log, I can read:
Paramétrage de yunohost-config-mysql (2.0-rc1~megusta1) ...
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'
And when I want to Install Owncloud: (extract from install log)
sudo yunohost app initdb owncloud -p 6Q1ff4E822CrUyOTJU4n7m7h
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Erreur : Impossible de créer la base de donnée MySQL
I’ve tried a dpkg-reconfigure mysql-server-5.5 but I don"t know what to set as password…
Anyone has an idea to make mysql work ?
Thanks
Batchmanfr