MySQL Forums
Forum List  »  PHP

Re: Access online server’s db via local php
Posted by: Rick James
Date: June 19, 2013 10:53PM

> I use dreamhost, cakephp and Dreamweaver as of now.

Condolences.

GRANT ALL ON dbname.* TO user1@'client.host.name.com' IDENTIFIED BY 'password';

And then have the clients connect with a hostname, not 'localhost'.

Options: ReplyQuote


Subject
Written By
Posted
Re: Access online server’s db via local php
June 19, 2013 10:53PM


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.