Comments - Cannot create user account

7 years ago Mike Brown

All the same, except that IDENTIFIED BY PASSWORD .. was also output.

 
7 years ago Daniel Bartholomew

Then I would check if the user is already created:

SELECT Host,User FROM mysql.user;
 
7 years ago Mike Brown

Well, guess what, I exist. And I shouldn't exist. MariaDB was installed and configured when I installed Fedora 23. I finally got a chance to play with it. So, I tried logging in a root, but I had no idea what the root password was. After a lot of back and forth trying this and that, I finally found the instructions on how to reset the root password. During all of the stuff trying to get root reset, I must have created my account. I just do not remember doing it.

Thanks for responding, sorry to have bothered you.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.