RE: mysql remote access on linux

2003-12-02 Thread Dan Greene
PROTECTED] > Subject: Re: mysql remote access on linux > > > On Tue, 2 Dec 2003 10:17:24 -0500 [EMAIL PROTECTED] wrote: > > You should not need to restart , you will need to 'flush > privileges' > > though. has that been done? > > I was under the impre

Re: mysql remote access on linux

2003-12-02 Thread Skippy
On Tue, 2 Dec 2003 10:17:24 -0500 [EMAIL PROTECTED] wrote: > You should not need to restart , you will need to 'flush privileges' > though. has that been done? I was under the impression that the latest versions don't even need 'flush privileges' anymore, that any modifications to the mysql data

Re: mysql remote access on linux

2003-12-02 Thread jeffrey_n_Dyke
[EMAIL PROTECTED] Subject: Re: mysql remote access on linux

RE: mysql remote access on linux

2003-12-02 Thread Peter Lovatt
Hi try running GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,ALTER ON database.* TO [EMAIL PROTECTED] IDENTIFIED BY 'pass'; where 'hostname' is the one in the error message HTH Peter -Original Message- From: Louis van der Merwe [mailto:[EMAIL PROT

Re: mysql remote access on linux

2003-12-02 Thread John Nichel
Louis van der Merwe wrote: Hi, Can someone please tell me how to set up a linux mysql server to accept connections from remote machines. I have tried creating users for all of the remote host, and creating users with host '%' and '*', everytime I try to connect using myodbc or mysqlcc, I get the e