Re: Lost connection to MySQL server during query - pls help

2003-12-07 Thread Kiky
Thank you so much guys, for your attention and help. I'm upgrading my MySQL to 4.0.16 as suggested. Rgds, Vanessa - Original Message - From: "Paul DuBois" <[EMAIL PROTECTED]> To: "Jay Blanchard" <[EMAIL PROTECTED]>; "miguel solorzano"

Lost connection to MySQL server during query - pls help

2003-12-04 Thread Kiky
Hi Guys, I have a problem with "Error 2013 - Lost connection to MySQL server during query" I'm using mysql 3.23.41 under Linux Mandrake, and mysql 4.0.15 under Win XP Pro. They turn out to have the same error. My problem is: I have a Java program which is actually a thread to send emails, so it

Re: From Windows access to MySQL on Linux

2001-02-03 Thread Kiky
Thank you for your reply :-) > Yes, you can add a mysql user that has access to mysql server from the > windows host and use this user to create the connection. ## Is it possible to do this in PHP under Windows, without installing any mysql driver for ODBC, or any other additional installation ?

From Windows access to MySQL on Linux

2001-02-03 Thread Kiky
Dear all, I have to work wih PHP on Win 98/Win 2K, but I have to access MySQL on Linux. At the first time, I was trying to use ASP and using ODBC to access MySQL on Linux, but the problem is that installing additional components, even for MySQL driver - ODBC is not allowed by our company policy. M