Re: MyODBC Error

2002-07-16 Thread Egor Egorov
Nitesh, Tuesday, July 16, 2002, 3:46:39 AM, you wrote: ND> I have my MySql 3.23 running, I installed MyODBC in my Win98 PC and created a DSN for MySql. ND> When I use MS Access to connect to MySql I get an Error saying "Host 192.168.1.103 is not allowed to connect to this MySql Server". ND> I

RE: MyODBC Error

2002-07-15 Thread Chaitanya Diwadkar
Look at the GRANT documentation to see how mysql authenticates using host and user. -Original Message- From: Nitesh Divecha [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 5:47 PM To: [EMAIL PROTECTED] Subject: MyODBC Error Sensitivity: Confidential Hello All, I have my MySql 3.

Re: MyODBC Error, SQLGetData

2001-02-02 Thread Li Sze
ve successfully tried retrieving yesterday doesn't work anymore. Li Sze - Original Message - From: Miguel Angel Solórzano <[EMAIL PROTECTED]> To: Li Sze <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, February 02, 2001 1:41 PM Subject: Re: MyODBC Error >

Re: MyODBC Error

2001-02-01 Thread Miguel Angel Solórzano
At 12:23 02/02/2001 +0800, Li Sze wrote: Hi, Try to use the variables below in your my.cnf file: [mysqld] set-variable = key_buffer_size=16M set-variable = max_allowed_packet=1M Set the values according with your necessities and read in the MySQL Manual the item Tuning server parameters. Regar