X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Fconvert_innodb.sql;h=7f3d99a4da43f6932b493c0029e1db03fa58c3b8;hb=fec2f8fd8259db66d5dcf700e8e855acad596d1b;hp=6a2774aa44b0fd9308c36a14abef853982e319c1;hpb=a564e31451238cc66efc90d7a4f9c79c0317514f;p=friendica.git 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