> JP> 021022 18:20:16 mysqld ended > JP> 243749 Query INSERT INTO IDRefs > JP> VALUES('5136110c98b89de5d389df0754182ff2','','',NOW(),'Not available','','')
> MySQL server always crashes on this query? What is the structure of > the table IDRefs? Not always, just a few times in the last few days (but it is probably the most common query that MySQL does on this machine) +-----------+---------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-----------+---------------+------+-----+---------+-------+ | ID | varchar(255) | YES | | NULL | | | UserID | varchar(50) | YES | | NULL | | | Password | varchar(50) | YES | | NULL | | | Time | timestamp(14) | YES | | NULL | | | Reference | varchar(50) | YES | | NULL | | | Other | varchar(50) | YES | | NULL | | | SplashRef | varchar(50) | YES | | NULL | | +-----------+---------------+------+-----+---------+-------+ 7 rows in set (0.00 sec) Thanks John --------------------------------------------------------------------- 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