MySQL Forums
Forum List  »  Newbie

Re: Use the database with windows terminal
Posted by: Rick James
Date: May 25, 2014 04:50PM

On localhost,
GRANT ALL ON *.* TO "someuser"@"client" IDENTIFIED BY "password";
where "client" is the hostname or IP address of the client (where Workbench will be).

Then connect with -hserver in addition to -u and -p.

Options: ReplyQuote


Subject
Written By
Posted
Re: Use the database with windows terminal
May 25, 2014 04:50PM


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.