Ask a Question related to MySQL, Design and Development.
-
Leonardo #1
ERROR 2013 (HY000): Lost connection to MySQL server during query
Hi to everybody,
I have upgrade to mysql 5.0.18 my linux box and when I'm trying to make
any command in this table:
select * from PROGETTO;
ERROR 2013 (HY000): Lost connection to MySQL server during query
PROGETTO use the INNODB engine.
mysqlcheck of all table return OK
Can anyone help me?
Thanks in advance for any help,
Leonardo
Leonardo Guest
-
#26490 [Com]: Lost connection to MySQL server during query
ID: 26490 Comment by: claudelfino at hotmail dot com Reported By: chris dot noden at monstermob dot com Status: ... -
Lost connection to MySQL server during query
I have a script that is processing data from a single table and splitting it into smaller normalized tables. The script takes anywhere... -
error: 'Lost connection to MySQL server during query'
I have tried installing MySQL on RedHat 9 using instructions in INSTALL-BINARY and am getting the following error when trying to finish installing... -
Error 2013 problem, Lost connection to MySQL during query. (InnoDB)
Hello, I get an error: "Error 2013 problem, Lost connection to MySQL during query" and the MySQL service stops when I run an SQL statement:... -
[PHP] Lost Connection to MySQL server during query
Are you using mysql_pconnect or just mysql_connect? Donald Tyler wrote: -
Leonardo #2
Re: ERROR 2013 (HY000): Lost connection to MySQL server during query
> Hi to everybody,
I have solved my problem with this step:>
> I have upgrade to mysql 5.0.18 my linux box and when I'm trying to make
> any command in this table:
> select * from PROGETTO;
> ERROR 2013 (HY000): Lost connection to MySQL server during query
>
> PROGETTO use the INNODB engine.
>
> mysqlcheck of all table return OK
>
> Can anyone help me?
>
> Thanks in advance for any help,
>
>
> Leonardo
- stop mysql
- make /etc/my.cnf with this line:
[mysqld]
innodb_force_recovery = 4
- mysqldump to a file (I have recovered not all table but a lot of it!)
- upgrade mysql to 5.0.21 (server, client, devel)
- substitute every engine InnoDb to MyIsam
- restore DB from sql file
Zope 2.8.6 now work correctly!
So if you must upgrade Mysql have a look to InnoDb engine!
Leonardo
P.S.:
I'm so sorry for my bad english!!!
Leonardo Guest
-
Paul Lautman #3
Re: ERROR 2013 (HY000): Lost connection to MySQL server during query
Leonardo wrote:
Don't worry about it. It's English people's bad english that really annoys!> Leonardo
>
> P.S.:
> I'm so sorry for my bad english!!!
Paul Lautman Guest
-
Unregistered #4
Re: ERROR 2013 (HY000): Lost connection to MySQL server during query
hi,
This worked for me ..... Thanks for your help..
G8 going ....
thanks
PradeepUnregistered Guest
-



Reply With Quote


