Hello!

I have table
+--------+---------+------+-----+------------+----------------+
| Field  | Type    | Null | Key | Default    | Extra          |
+--------+---------+------+-----+------------+----------------+
| id     | int(11) |      | PRI | NULL       | auto_increment |
| date   | date    |      |     | 0000-00-00 |                |
| story  | text    |      |     |            |                |
+--------+---------+------+-----+------------+----------------+

When I making SELECT to column I everything is ok, but when I'm trying
to include some other column, response is 

"ERROR 2013: Lost connection to MySQL server during query"

Other tables in this database works ok. Perhaps table files are corrupt?
How can I repair it?


The error log contains following

Number of processes running now: 0
020316 06:38:20  mysqld restarted
/usr/sbin/mysqld: ready for connections
mysqld got signal 11;
The manual section 'Debugging a MySQL server' tells you how to use a
stack trace and/or the core file to produce a readable backtrace that
may
help in finding out why mysqld died
Attemping backtrace. You can use the following information to find out
where mysqld died.  If you see no messages after this, something went
terribly wrong
stack range sanity check, ok, backtrace follows
0x4008189d
0x812a699
0x80f77b1
0x80d69e6
0x80d5f3c
0x80d5ce6
0x80ce781
0x80b4bed
0x80b7d98
0x80b3ecf
0x80b3457
stack trace successful

--Uldis




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to