Rouncube problem

zisis

New member
Joined
Jan 17, 2019
Messages
1
:( After a custombuild update, I'm facing Roundcube database connection problem.

Try this (https://help.directadmin.com/item.php?id=206) but nothing

"
./build roundcube
/usr/bin/mysqlshow: unknown variable 'passwd=cFxxxxxxxx'
Inserting data to mysql and creating database/user for roundcube...
mysql: unknown variable 'passwd=cFxxxxxxxx'
mysql: unknown variable 'passwd=cFxxxxxxxx'
ERROR 1045 (28000): Access denied for user 'da_roundcube'@'localhost' (using password: YES)
Database created, da_roundcube password is Jsxxxxxxxxxxx
Editing roundcube configuration...
Replacing mod_php5 with mod_php7 in .htaccess
Roundcube 1.3.8 has been installed successfully.
Executing database schema update.
ERROR: SQLSTATE[HY000] [1045] Access denied for user 'da_roundcube'@'localhost' (using password: YES)Error 500: Error connecting to database: SQLSTATE[HY000] [1045] Access denied for user 'da_roundcube'@'localhost' (using password: YES)
"
Log error
[17-Jan-2019 09:11:06 +0000]: <s8if3udv> DB Error: SQLSTATE[HY000] [1045] Access denied for user 'da_roundcube'@'localhost' (using password: YES) in /var/www/html/roundcubemail-1.3.8/program/lib/Roundcube/rcube_db.php on line 175 (GET /webmail/)

Any suggestions will be appreciated! :eek:
 
Hello,

You must have the line

Code:
[COLOR=#333333]passwd=cFxxxxxxxx

added into a wrong section of /etc/my.cnf or anything under [/COLOR]/etc/my.cnf.d/
Try and remove the line, first.
Then try and install roundcube once more time.
 
Back
Top