Hi Mick,
Yes I have access to PHPMYADMIN. But via that tool I understood that I can only run an optimization per table (rather than to the full database via SSH).
When I run the optimize table command it returns;
Note Table does not support optimize, doing recreate + analyze instead
Error Table storage engine 'InnoDB' does not support the create option 'ROW_FORMAT'
Status Operation failed
However I understood that if the innodb_file_per_table is set to false (as in the case of this database) no space will be recovered on the table even if the optimize command had run successfully.
Yes I have access to PHPMYADMIN. But via that tool I understood that I can only run an optimization per table (rather than to the full database via SSH).
When I run the optimize table command it returns;
Note Table does not support optimize, doing recreate + analyze instead
Error Table storage engine 'InnoDB' does not support the create option 'ROW_FORMAT'
Status Operation failed
However I understood that if the innodb_file_per_table is set to false (as in the case of this database) no space will be recovered on the table even if the optimize command had run successfully.
Statistics: Posted by NewToPHPBoards — Mon May 06, 2024 5:17 pm