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
root password for mysql
Re: root password for mysql
Hello,
this is an easy one so maybe i can help!
You should find what you're lookin for in:
/etc/EFA-Config
this is an easy one so maybe i can help!
You should find what you're lookin for in:
/etc/EFA-Config
Re: root password for mysql
Code: Select all
grep ROOT /etc/EFA-Config | awk -F: '{print $2}'