MySQL Forums
Forum List  »  Install & Repo

Re: Missing databases
Posted by: Barry Galbraith
Date: March 11, 2014 03:43PM

Quote

# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 47
Server version: 5.5.35-0+wheezy1 (Debian)

You are logging in as anonymous user, and as you have discovered, anonymous has no privilege on any database other than test.

You'll need to login as root
#mysql -uroot -p

Enter root password when prompted.
When you are logged in as root, remove anonymous user, it's a security risk.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
March 11, 2014 08:55AM
Re: Missing databases
March 11, 2014 03:43PM


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.