MySQL Forums
Forum List  »  Install & Repo

Re: MYSQL on Windows Server 2016
Posted by: Barry Galbraith
Date: August 31, 2017 05:54PM

>C:\Program Files\MySQL\MySQL Server 5.7\bin>mysql -p

You haven't specified a user, so anonymous is assumed. You either have no 'anonymous' user (which is a good thing) or the wrong password for 'anonymous'.

You'll need
C:\Program Files\MySQL\MySQL Server 5.7\bin>mysql -uroot -p
to login as root.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: MYSQL on Windows Server 2016
August 31, 2017 05:54PM


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.