I got the error ERROR 1114 (HY000): The table ‘#sql-2b45_9606’ is full while I creating the index like mysql> CREATE INDEX fc_customerjobs_reserved04 ON customerjobs (reserved04(45)); . Can anyone have this experience and know the solution for solving that issue.
Thank you..
I got the error ERROR 1114 (HY000): The table ‘#sql-2b45_9606’ is full while I
Share
Index are created in a temp table which has a limited size, so There may b many indexes in that schema.
Note:: indexes for varchar occupy more space than that of numbers.