1

Topic: error mysql iredadmin

First i tested httpS://your_server_ip_address/iredadmin/ and it works but when after i execute this mysql command to change my password the error appear in my web browser?

Debug Mode off:
internal server error

then i turn on debug mode to True to see the error
Debug=True

error
_mysql_exceptions.OperationalError at /
(1045, "Access denied for user 'iredadmin'@'localhost' (using password: YES)")

GRANT SELECT,INSERT,UPDATE,DELETE ON iredadmin.* TO iredadmin@localhost IDENTIFIED BY 'secret_passwd';

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: error mysql iredadmin

GRANT SELECT,INSERT,UPDATE,DELETE ON iredadmin.* TO iredadmin@localhost IDENTIFIED BY 'secret_passwd';

This command will set string 'secret_passwd' as password of iredadmin user. Is this what you want?