Topic: No root password for Mysql?
======== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.3
- Linux/BSD distribution name and version: Ubuntu 15.10
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Mysql
- Web server (Apache or Nginx): nginx
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====
Brand new install of iRedMail 0.9.3. It seems that a password is not set for mysqlroot user:
# mysql -u root
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 550
Server version: 10.0.22-MariaDB-0ubuntu0.15.10.1 (Ubuntu)
Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]>
You can see it here too:
MariaDB [(none)]> select user,host,password from mysql.user;
+------------+-----------+-------------------------------------------+
| user | host | password |
+------------+-----------+-------------------------------------------+
| root | localhost | *213E66B6DA9D8EA4C2489A99F8B553C3C4C3B0ED |
| root | mail2 | |
| root | 127.0.0.1 | |
| root | ::1 | |
| vmail | localhost | *DA355D720818031B807A8D6988AE36E731032055 |
| vmailadmin | localhost | *B5E718687641DDE4222F7A80FA57A5C09154D248 |
| amavisd | localhost | *C26BE4A684EF6E4D6536C84A0DEE314D0EF28D46 |
| iredapd | localhost | *ACD6F0DB03658F49F8ABFA12C76726A3BA8F3B78 |
| iredadmin | localhost | *7A2ACA767A7326260B66CF66FBEAA6EA8F4B0427 |
| roundcube | localhost | *202B338653A91F3CB4144E9F7D0546AC407C3DE4 |
+------------+-----------+-------------------------------------------+
10 rows in set (0.00 sec)
Am I crazy? Did something go wrong on the install?
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.