|
Re: ERROR 2006:MySQL server has gone away: msg#01104db.mysql.general
repair table doesnt solve the problem:( more suggestioins please ----- Original Message ----- From: "Jocelyn Fournier" <joc@xxxxxxxxxxxxxxx> To: "Anil Garg" <anilg@xxxxxxxxxx>; <mysql@xxxxxxxxxxxxxxx> Sent: Friday, June 28, 2002 2:48 PM Subject: Re: ERROR 2006:MySQL server has gone away > Hi, > > Try to run a REPAIR TABLE xoops_groups_modules_link to see if there is > something wrong with your table. > > Regards, > Jocelyn Fournier > ----- Original Message ----- > From: "Anil Garg" <anilg@xxxxxxxxxx> > To: <mysql@xxxxxxxxxxxxxxx> > Sent: Friday, June 28, 2002 7:57 PM > Subject: ERROR 2006:MySQL server has gone away > > > > Hi, > > > > I have a table with the following description: > > mysql> describe xoops_groups_modules_link; > > +---------+---------+------+-----+---------+-------+ > > | Field | Type | Null | Key | Default | Extra | > > +---------+---------+------+-----+---------+-------+ > > | groupid | int(5) | | MUL | 0 | | > > | mid | int(5) | | | 0 | | > > | type | char(1) | | | | | > > +---------+---------+------+-----+---------+-------+ > > with the folloing contents in it: > > mysql> select * from xoops_groups_modules_link; > > +---------+-----+------+ > > | groupid | mid | type | > > +---------+-----+------+ > > | 1 | 1 | A | > > | 1 | 2 | A | > > | 1 | 1 | R | > > | 1 | 2 | R | > > | 2 | 1 | R | > > | 2 | 2 | R | > > | 3 | 1 | R | > > | 3 | 2 | R | > > +---------+-----+------+ > > Now, when i run the following query: > > mysql> select * from xoops_groups_modules_link where type='R' and mid=2 > and > > groupid=3 ; > > ERROR 2006: MySQL server has gone away > > No connection. Trying to reconnect... > > Connection id: 1 > > Current database: xoops > > > > ERROR 2013: Lost connection to MySQL server during query > > > > I cant find out why its happening so!! > > Can someone plz help me. > > > > Infact this table is dumped from a dump. If i create a same table by > myself > > and then run the same query it executes fine. Isn't that strange!! > > > > thanx > > anil > > > > > > > > --------------------------------------------------------------------- > > 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 <mysql-thread113341@xxxxxxxxxxxxxxx> > > To unsubscribe, e-mail > <mysql-unsubscribe-joc=presence-pc.com@xxxxxxxxxxxxxxx> > > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php > > > > > > > > > --------------------------------------------------------------------- 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 <mysql-thread113353@xxxxxxxxxxxxxxx> To unsubscribe, e-mail <mysql-unsubscribe-gcdmg-mysql=m.gmane.org@xxxxxxxxxxxxxxx> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Create Table Bug w/Varchar and Char: 01104, Don Vu |
|---|---|
| Next by Date: | Re: DATE_FORMAT(): 01104, Mikhail Entaltsev |
| Previous by Thread: | Re: ERROR 2006:MySQL server has gone awayi: 01104, Jocelyn Fournier |
| Next by Thread: | Re: ERROR 2006:MySQL server has gone away: 01104, Anil Garg |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |