5 messages in com.mysql.lists.mysqlERROR 2013: Lost connection to MySQL ...
FromSent OnAttachments
Davide PennicaOct 25, 2002 1:57 am 
Egor EgorovOct 25, 2002 6:35 am 
Davide PennicaOct 27, 2002 11:56 pm 
Egor EgorovOct 28, 2002 3:36 am 
Jan TobolíkOct 29, 2002 3:12 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:ERROR 2013: Lost connection to MySQL server during queryActions...
From:Jan Tobolík (jan.@ceskewww.cz)
Date:Oct 29, 2002 3:12:14 am
List:com.mysql.lists.mysql

Hi,

I have MySQL version 3.23.41 and when I connect from localhost, it's OK. Hovewer, when I connect via IP (f.e. mysql -h IP, or from other computer in Internet), then MySQL resut error ERROR 2013: Lost connection to MySQL server during query. This is a part of variable from MySQL on the my server:

| connect_timeout | 5 | max_allowed_packet | 1047552 | max_binlog_cache_size | 4294967295 | max_binlog_size | 1073741824 | max_connections | 100 | max_connect_errors | 10 | max_delayed_threads | 20 | max_heap_table_size | 16777216 | max_join_size | 4294967295 | max_sort_length | 1024 | max_user_connections | 0 | net_buffer_length | 16384 | net_read_timeout | 30 | net_retry_count | 10 | net_write_timeout | 60 | open_files_limit | 0 | pid_file | /var/run/mysqld/mysqld.pid | port | 3306

| protocol_version | 10 | record_buffer | 131072 | record_rnd_buffer | 131072 | query_buffer_size | 0 | safe_show_database | OFF | server_id | 0 | slave_net_timeout | 3600 | skip_locking | ON | skip_networking | OFF | skip_show_database | OFF

Please, where is error, or what is wrong?