I'm using php with Mysql. I have a table that is extremely large. When I use the command CHECK table table_name; the status of the table is OK, but I receive a warning that the table is near it's full capacity. Is there a way to expand this or is there a way to run another identiclal table consecutively with the first table (not a join). I cannot delete info from the first and the table is getting larger. Any thoughts or suggestions?
Thanks in advance,
Owen the Samoan