MySQL Forums
Forum List  »  Install & Repo

Re: Missing mysql database in Mysql server
Posted by: Barry Galbraith
Date: July 16, 2014 11:53PM

Login is aroot instead of anonymous.
As you've discovered, by default anonymous has no privileges.

[root@localhost ~]# mysql -v -uroot -p

Enter root's password when prompted. If you didn't set root password, then just press enter, and set a password for root as your first job after you login.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Missing mysql database in Mysql server
July 16, 2014 11:53PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.