Page 1 of 1

Mysql root password

Posted: 09 Jun 2014 08:59
by EnricoGTT
I have deploy the EFA ovf and configure it.
I need the mysql root password to connect with webmin to mysql RDMS.
How can know or reset this password
thanks
Regards
Enrico

Re: Mysql root password

Posted: 09 Jun 2014 09:55
by darky83
please see /etc/EFA-Config it contains the root password.

Be sure to not change it as it might break future updates.

Re: Mysql root password

Posted: 08 Dec 2016 21:48
by cphillips
Can someone tell me where the password is now located for the SQL database? Is it still in /etc/EFA-Config - I have a password/string in there which I have tried with various user accounts but none work!

Any help appreciated.

I'm on 3.0.1.5.

Re: Mysql root password

Posted: 11 Dec 2016 21:51
by cphillips
I've worked this out now!

Re: Mysql root password

Posted: 05 May 2017 06:29
by pdwalker
also consider this so you don't have to wonder about the password:

Code: Select all

mysql -uroot -p`grep ROOT /etc/EFA-Config | awk -F: '{print $2}'`