![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Database Database problems or need to ask a question? maybe something to do with sql injections or a database software question. Database topics cover MySQL, PostgreSQL, Oracle, SQL Server or anything else related to databases. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| 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 | |||
| Advertisements |
| | #2 | ||
| > 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 I have solved my problem with this step: - 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!!! | |||
| | #3 | ||
| Leonardo wrote: > Leonardo > > P.S.: > I'm so sorry for my bad english!!! Don't worry about it. It's English people's bad english that really annoys! | |||
| Featured Websites | ||||
|
![]() |
| Tags: 2013, connection, during, error, hy000, lost, mysql, query, server |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Lost connection to MySQL server during query | Troubled User | Database | 1 | 07-01-2007 7:36 PM |
| error: 'Lost connection to MySQL server during query' | Aaron Gray | Database | 16 | 07-01-2007 7:05 PM |
| Error 2013 problem, Lost connection to MySQL during query. (InnoDB) | qwert | Database | 3 | 07-01-2007 6:44 PM |
| ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) | Cteodor | Database | 0 | 07-01-2007 6:43 PM |
| Error 2013 problem, Lost connection to MySQL during query. (InnoDB) | qwert | Database | 0 | 06-10-2007 12:19 AM |
| Featured Websites | ||||
|