Hi,
We are using a MYSQL table for storing User Click information. The table grows obviously, as the number of hits to our site increases. However, often, this table crashes and we are not able to get any information from the table. The error number is 144 and the message is "Can't open .MYI file". The only solution is that, we should repair the table. We are using mysql 4.0.20d.
Here is the table schema.
USCLKPF (
UKINTN INT (10),
UKSSNO CHAR (40),
UKSRVN CHAR (20),
UKURL CHAR (100),
UKBRND CHAR (2),
UKSTY CHAR (8),
UKSIZ CHAR (3),
UKSHP CHAR (3),
UKCLR CHAR (3),
UKDATE INT (8),
UKTIME INT (8),
UKACT CHAR (30),
UKRMK CHAR (50),
UKFLG CHAR (1),
UKSHFL CHAR (1))
Can anyone give some suggestion inorder to prevent table crash? Thanking you well in advance,
Regards,
Beena Bhat
We are using a MYSQL table for storing User Click information. The table grows obviously, as the number of hits to our site increases. However, often, this table crashes and we are not able to get any information from the table. The error number is 144 and the message is "Can't open .MYI file". The only solution is that, we should repair the table. We are using mysql 4.0.20d.
Here is the table schema.
USCLKPF (
UKINTN INT (10),
UKSSNO CHAR (40),
UKSRVN CHAR (20),
UKURL CHAR (100),
UKBRND CHAR (2),
UKSTY CHAR (8),
UKSIZ CHAR (3),
UKSHP CHAR (3),
UKCLR CHAR (3),
UKDATE INT (8),
UKTIME INT (8),
UKACT CHAR (30),
UKRMK CHAR (50),
UKFLG CHAR (1),
UKSHFL CHAR (1))
Can anyone give some suggestion inorder to prevent table crash? Thanking you well in advance,
Regards,
Beena Bhat