==== Required information ====
- iRedMail version: v1.8.1 (LDAP)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: CentOS 6.3 x64
- Related log if you're reporting an issue:
====
I am trying to upgrade my RoundCube webmail to new version upon following below stated upgrade tutorial:
http://iredmail.org/wiki/index.php?titl … be.Webmail
But when hitting the first command of tutorial:
mysqldump -u root -p roundcubemail > /root/mysql-db-roundcubemail.sql
It gives error message like:
mysqldump: Got error: 1045: Access denied for user 'root'@'localhost' (using password: YES) when trying to connect
Well root user's password is fine but its not giving access, what else steps should I have to take to get the access without touching the live environment?