Table too large?

2001-08-09 Thread Stephen Johnson
Hello, I have a mysql db that contains a table to track visitors, Visitor information is stored at the beginning of each page. The problem that I am having is that a few days ago the pages just stopped loading and I had to dump, drop and recreate the table with nothing in it to get the site

Re: Table too large?

2001-08-09 Thread Patrice Garbe
Normally the size can be 2G, 4G or more... You can check the maximum table size for a table with the myisamchk -dv table_name or table_file if It doesn't work. You should have run myisamchk or mysqlcheck (whick worked better for me) to check your table. Le jeu, 09 aoû 2001, vous avez écrit :