Row size too large#
Problem:#
I want to update i-doit. During the update, an error message appears, such as:
Solution:#
A backup should already exist because of the update.
We set the row size and run the update again:
First we log in to mysql:
1 |
|
Now the affected database is selected.
1 |
|
If the error occurs for multiple databases, this step must be performed for all affected databases.
This may be the case if there are multiple clients.
Now we set the ROW_FORMAT of the table from Fixed to Dynamic:
1 |
|