MySQL Forums
Forum List  »  MySQL Workbench

Re: MySQL Workbench - how to connect to Server?
Posted by: Barry Galbraith
Date: July 25, 2011 08:06PM

It looks like user "inventory" has been removed form Mysql server.

You need to connect to mysql server as root, and GRANT access for user inventory@localhost.

If you don't know root's password, then you will need to reset root's password.

http://dev.mysql.com/doc/refman/5.5/en/resetting-permissions.html

Good luck,
Barry.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL Workbench - how to connect to Server?
3318
July 25, 2011 08:06PM


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.