1

Topic: Fresh install MariaDB

Hi, I have been searching for a while but can not seem to find an answer to my query.

I have a fresh clean install performed today on Ubuntu 20.04, I followed the setup process and all is working well, however, in the install, I could only select MariaDB installation, I have another server running an older version iredmail using MySQL which I can log in to and manage forwarders etc, my question is how do I login to MariaDB as nothing is installed, I want to add forwarding email to multiple users but I have no clue how to even login to MarinaBD.

Any advice would be appreciated,

Many thanks,
Mark.

----

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

2

Re: Fresh install MariaDB

If you followed the official document https://docs.iredmail.org/install.iredm … buntu.html
read the section "Important things you MUST know after installation" at the end of the document.

You should have a file named /root/iRedMail-x.y.z/iRedMail.tips   with all usernames/accounts of every service installed.

3 (edited by mark.grant 2020-10-06 18:53:54)

Re: Fresh install MariaDB

Thanks and I have and I know this informatuon.

How do I login was the question as nothing is installed ie, mysql u-root ect error

How do I access as nothing is installed.

I have all the passwords and I'm not a noob.

Please enlighten me command line how to login to mariadb.

4

Re: Fresh install MariaDB

MariaDB is a drop-in replacement of MySQL. You just type "mysql" command as root user, then you're in (because iRedMail generates /root/.my.cnf so that you don't need to type username and password).