Finding the user is the issue. When I log into webuzo as that end user name, webuzo thinks I am 'root'?
From command line (out side of Webuzo), I can successfully log into MariaDb
Code [username ~] mysql -u <username>
Welcome to the MariaDB monitor. Commands end with ; or \g.MariaDB [(none)]>
but when I try the same thing as root...
Code mysql -u root ERROR 1698 (28000): Access denied for user 'root'@'localhost'
How do I get webuzo use the username I used to create the account and STOP using root?
Does it have something to do that the username account is "Owned By: root", but I don't see a way to de-select?
|