MySQL Forums
Forum List  »  Install & Repo

Can access mysql with root, but not with db-admin
Posted by: Bernhard Kleine
Date: November 06, 2016 04:15PM

As you can see, I have access to a very fresh install with the root accound, but not with a user which was created during Mysql for Windows installation. Since this failure to use the dbadmin account had me de-install the program and re-install it again I am worried what is missing in the installation.

Thank you for any help.
Regards Bernhard

C:\Users\bk>mysql -u bk -p
Enter password: ***********
ERROR 1045 (28000): Access denied for user 'bk'@'localhost' (using password: YES

C:\Users\bk>mysql -u root -p
Enter password: *************************
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 8
Server version: 5.7.16-log MySQL Community Server (GPL)

Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

Options: ReplyQuote


Subject
Written By
Posted
Can access mysql with root, but not with db-admin
November 06, 2016 04:15PM


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.