MySQL Forums
Forum List  »  Newbie

Re: MySQL remote access
Posted by: Barry Galbraith
Date: July 19, 2014 04:49AM

You need to setup user account(s) for the remote users.

MySQL identifies user by username and host where the call is comming from.

You'll need to connect to mysql server with local mysql commandline client to create the users.

See the refman for how to create user accounts and provide the privileges required.

http://dev.mysql.com/doc/refman/5.6/en/user-account-management.html

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
July 19, 2014 03:20AM
Re: MySQL remote access
July 19, 2014 04:49AM
July 20, 2014 05:16AM
July 20, 2014 09:09AM
July 22, 2014 02:13AM
July 22, 2014 11:15AM
July 22, 2014 09:23AM
July 23, 2014 04:05AM
July 20, 2014 11:49AM
July 20, 2014 10:42PM
July 20, 2014 11:27PM


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.