]> git.mxchange.org Git - friendica.git/commitdiff
Michael may keep the typo
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 9 Dec 2016 17:11:27 +0000 (18:11 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 9 Dec 2016 17:11:27 +0000 (18:11 +0100)
util/convert_innodb.sql

index 6a2774aa44b0fd9308c36a14abef853982e319c1..7f3d99a4da43f6932b493c0029e1db03fa58c3b8 100644 (file)
@@ -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