MySQL Forums
Forum List  »  Install & Repo

Re: No mysql db after Noinstall Zip 5.6.14 32bit on Win 7 Starter
Posted by: Barry Galbraith
Date: October 07, 2013 04:29AM

Your mysql command prompt is being run with no username, that is, anonymous. Open a windows command prompt, then run
 mysql -uroot -p

Enter root password when prompted. If you didn't set a root password then it is blank. Just press enter.
Show databases; will now show mysql database too.

Good luck,
Barry.

Options: ReplyQuote




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.