diff --git a/util/convert_innodb.sql b/util/convert_innodb.sql index 6a2774aa44..7f3d99a4da 100644 --- a/util/convert_innodb.sql +++ b/util/convert_innodb.sql @@ -1,5 +1,5 @@ # script to convert tables from MyISAM to InnoDB -# change the %PLACEHOLDER% to ythe actual name of your Friendica DB +# change the %PLACEHOLDER% to the actual name of your Friendica DB SELECT CONCAT('ALTER TABLE ',table_schema,'.',table_name,' engine=InnoDB;') FROM information_schema.tables