Hi
I am running mysql 4 on linux server. I want to have a remote access on it. what are
the setting that i need to do this.
--jatin
http://mcabca.cjb.net
-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
Jatin,
> I am running mysql 4 on linux server. I want to have a remote access
> on it. what are the setting that i need to do this.
You need to log into your MySQL server and grant access to your
databases from wherever you want to grant access, like:
mysql> GRANT ALL ON *.* TO 'remoteuser'@'%'