From 6f3e91d4c01aa8e2af977b583c63feb0f15f4b5e Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 9 Dec 2016 18:11:27 +0100 Subject: [PATCH] Michael may keep the typo --- util/convert_innodb.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/convert_innodb.sql b/util/convert_innodb.sql index 6a2774aa4..7f3d99a4d 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