[BlueOnyx:24490] setting MariaDB root password stops RoundCube on vsites
Ed Qualls
eduard.qualls at gmail.com
Wed Nov 11 21:50:24 -05 2020
I reset the root/localhost password to phpMyAdmin with SQL commands
directly from a shell session, with these commands:
1. # systemctl stop mariadb
2. # mysqld_safe --skip-grant-tables --skip-networking &
3. # mysql -u root
4. > FLUSH PRIVILEGES;
5. > SET PASSWORD FOR 'root'@'localhost' = PASSWORD('new_password');
6. # kill `/var/run/mariadb/mariadb.pid`
7. # systemctl start mariadb
Now, RoundCube can't get past the login screen for any vsite. If it gets
the correct login/password input, it clears the screen and does nothing.
Is there a way to fix RoundCube's db access information?
Thanks!
Eduard Qualls
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20201111/ef53913a/attachment.html>
More information about the Blueonyx
mailing list