Chris W <[EMAIL PROTECTED]> wrote: > I have recently installed suse 9.0 linux which has MySQL 4.0.15 as part > of the distribution. After I set up my users I was able to use > mysqldump and pipe it into mysql on my windows machine running 4.0.16 to > dump a database to the suse box. However, now when I try to login to > the linux box from another machine on the network I get a query timed > out error immediately after I enter the command line to start the mysql > client. > > mysql -h 192.168.1.2 -u cdw -pxxxxxx > ERROR 2013: Lost connection to MySQL server during query > > The error happens with in a small fraction of a second after I type in > the command. I can login from the linux machine just fine though. >
What is the version of client on the Windows box? Seems your problem is related to the: * Extended the default timeout value for Windows clients from 30 seconds to 1 year. (The timeout that was added in MySQL 4.0.15 was way too short). This fixes a bug that caused ERROR 2013: Lost connection to MySQL server during query for queries that lasted longer than 30 seconds, if the client didn't specify a limit with mysql_options(). Users of 4.0.15 on Windows should upgrade to avoid this problem. http://www.mysql.com/doc/en/News-4.0.16.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]