MySQL Forums
Forum List  »  Newbie

Re: Accessing the Database from Other Machines on the LAN
Posted by: Christopher Garwood
Date: August 08, 2017 07:41PM

Thanks for the response, I really appreciate it.

I am wondering if all of this should be possible & easier using Workbench?

Since I am at the MySQL Command Line, based on what you have said the move should be -
CREATE USER posuser@% IDENTIFIED BY 1234abcd (with a different password from root)
GRANT ALL PRIVILEGES ON *.* TO root@% IDENTIFIED BY 1234abcd

Also would like to be sure if the bind-address information is necessary and correct?

Options: ReplyQuote




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.