(12-16-2018, 07:11 AM)MadDog Wrote: How do i find the Username and Password for PhpMyadmin?
I run Ubunto 14.04
If you mean the root user, so you can see the Sentora core table and settings etc., the username is "root" and the password is in a text file on your server:
Code:
vi ./passwords.txt
There you will see "MySQL Root Password" which you can copy and use as the password for phpMyAdmin.
Of course, this assumes you haven't changed the password for the root MySQL user since you installed Sentora. If you have changed it somewhere along the line, then you will need to Google "mysql reset root password"...
Keith.