Follow Us
Contribute
  • Register

The table is full

+1 vote

This error message appears in MySQL when the file size limit has been reached. Generally file size limits depend on the operating system.

requested 1 year ago by errorbase (169,970 points)

1 Solution

0 votes

You can change the size of the table by using "Alter Table" command. Ex:
ALTER TABLE (X) MAX_ROWS = (X)

solved 1 year ago by errorbase (169,970 points)
edited 1 year ago by onur

Related errors

+1 vote
1 solution
requested 1 year ago by errorbase (169,970 points)
0 votes
2 solutions
+1 vote
1 solution
requested 1 year ago by errorbase (169,970 points)
0 votes
1 solution
requested 1 year ago by errorbase (169,970 points)
0 votes
1 solution
requested 1 year ago by errorbase (169,970 points)