root password for mysql

Questions and answers about how to do stuff
Post Reply
Woger
Posts: 67
Joined: 15 Mar 2017 10:54

root password for mysql

Post by Woger »

Hi,
I want to import the black and whitelists from my old server (baruwa) by using webmins mysql module. However, it needs the root password. I tried the 2 obvious passwords, but they are not working. What is the root passwd for mysql?

Thanks,
Roger
EmiZena
Posts: 2
Joined: 20 Apr 2016 07:44

Re: root password for mysql

Post by EmiZena »

Hello,
this is an easy one so maybe i can help!
You should find what you're lookin for in:
/etc/EFA-Config
User avatar
pdwalker
Posts: 1583
Joined: 18 Mar 2015 09:16

Re: root password for mysql

Post by pdwalker »

Code: Select all

grep ROOT /etc/EFA-Config | awk -F: '{print $2}'
Post Reply