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
Merwe [mailto:[EMAIL PROTECTED] Sent: 02 December 2003 15:01 To: [EMAIL PROTECTED] Subject: mysql remote access on linux 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 crea

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

mysql remote access on linux

2003-12-02 Thread Louis van der Merwe
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 error "host {host name} is

Re: PERL DBI DBD mysql / REMOTE ACCESS

2003-10-30 Thread Egor Egorov
"nm" <[EMAIL PROTECTED]> wrote: > > I can login on console. I can telnet 192.168.1.20 3306 from a remote host > but when I try to connect using perl DBI i get this error: > > DBI connect('database=test;hostname=192.168.1.20','root',...) failed: Access > denied for user: '[EMAIL PROTECTED]' (Using

Re: PERL DBI DBD mysql / REMOTE ACCESS

2003-10-30 Thread Johannes Ullrich
> I added Host 192.168.1.10 user root with passowrd in mysql user table. Did you flush privileges? did you hash the password using the 'password' function? did you type the password correctly ? > > Ideas? What else? > > Thanks. --

PERL DBI DBD mysql / REMOTE ACCESS

2003-10-30 Thread nm
I can login on console. I can telnet 192.168.1.20 3306 from a remote host but when I try to connect using perl DBI i get this error: DBI connect('database=test;hostname=192.168.1.20','root',...) failed: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) I added Host 192.168.1.10 u

RE: MySQL remote access

2001-03-17 Thread Cal Evans
EMAIL PROTECTED]] Sent: Saturday, March 17, 2001 9:15 AM To: [EMAIL PROTECTED] Subject: MySQL remote access I have remote access to a MySQL database. I would like to be able to "download" a table or portions of a table to my local computer so as to work with the data using other tools for

MySQL remote access

2001-03-17 Thread Mark H. Shin
I have remote access to a MySQL database. I would like to be able to "download" a table or portions of a table to my local computer so as to work with the data using other tools for simple data manipulation. Can this be done? How? Any tips or pointers in the right direction would be greatly ap