Remote access for mysql what variable is needed to be set

2003-08-14 Thread Jatin Gala
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

Re: Remote access for mysql what variable is needed to be set

2003-08-09 Thread Stefan Hinz
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'@'%'