I have about 21 million entries in a table but when i try to add more it give me this error
insert into others values("[email protected]");
ERROR 1030: Got error 27 from table handler
root@sparky:/usr/local/mysql/bin# ./perror 27
Error code 27: File too large
How do i go about fixing this problem?
Any help would be helpful!
insert into others values("[email protected]");
ERROR 1030: Got error 27 from table handler
root@sparky:/usr/local/mysql/bin# ./perror 27
Error code 27: File too large
How do i go about fixing this problem?
Any help would be helpful!