MariaDB RoundCube Problem DATABASE ERROR: CONNECTION FAILED!

maiijarb

Verified User
Joined
Nov 8, 2006
Messages
65
Todat i just install new directadmin server and get MariaDB instead MySQL

RoundCube link notworking
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.

This guide not work for MariaDB
https://help.directadmin.com/item.php?id=206

How to fix this problem

Thank you.
 
# ./build update
# ./build roundcube
/usr/bin/mysqlshow: Access denied for user 'da_admin'@'localhost' (using password: YES)
Inserting data to mysql and creating database/user for roundcube...
ERROR 1045 (28000): Access denied for user 'da_admin'@'localhost' (using password: YES)
ERROR 1045 (28000): Access denied for user 'da_admin'@'localhost' (using password: YES)
ERROR 1045 (28000): Access denied for user 'da_roundcube'@'localhost' (using password: YES)
Database created, da_roundcube password is 4432333535
Editing roundcube configuration...
Roundcube 1.2.3 has been installed successfully.
Executing database schema update.
Updating database schema (2013011000)... [FAILED]
done.
[root@server custombuild]#
 
Try this then:

Code:
rm -rf /var/www/html/roundcube
mysql --defaults-file=/usr/local/directadmin/conf/my.cnf -e "DROP DATABASE [COLOR=#333333]da_roundcube[/COLOR]"
[COLOR=#333333]./build roundcube
[/COLOR]
 
Back
Top