MySQL Forums
Forum List  »  Newbie

Re: Can't login to MySQL 5.6
Posted by: Barry Galbraith
Date: May 05, 2016 07:30PM

The default admin user is root and there is no password. Your first task will be to set a password for root.

You need to open a command line on your mac and type
>mysql -uroot -p

When prompted for root password just press enter.

Check the refman for how to set a password.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
May 05, 2016 03:13AM
Re: Can't login to MySQL 5.6
May 05, 2016 07:30PM


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.