I am trying to run custombuild to rebuild my roundcube.
I have already edited my password in mysql config files in the following addresses:
/usr/local/directadmin/conf/mysql.conf
/usr/local/directadmin/conf/my.cnf
Both files show the correct password for da_admin. I even reset my password for da_admin in MySQL again. But still when I want to rebuild roundcube, it says that it cannot access 'da_admin'@'localhost'. Here's the error:
/usr/bin/mysqlshow: Access denied for user 'da_admin'@'localhost' (using password: YES)
I have no idea why it gives that error. PhpMyAdmin works fine. So, it seems certain that my MySQL config files are correct but still roundcube cannot access `da_admin`@`localhost` with the password given in those two config files.
I have already edited my password in mysql config files in the following addresses:
/usr/local/directadmin/conf/mysql.conf
/usr/local/directadmin/conf/my.cnf
Both files show the correct password for da_admin. I even reset my password for da_admin in MySQL again. But still when I want to rebuild roundcube, it says that it cannot access 'da_admin'@'localhost'. Here's the error:
/usr/bin/mysqlshow: Access denied for user 'da_admin'@'localhost' (using password: YES)
I have no idea why it gives that error. PhpMyAdmin works fine. So, it seems certain that my MySQL config files are correct but still roundcube cannot access `da_admin`@`localhost` with the password given in those two config files.