Michael may keep the typo

This commit is contained in:
Tobias Diekershoff 2016-12-09 18:11:27 +01:00
parent a564e31451
commit 6f3e91d4c0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# script to convert tables from MyISAM to InnoDB # 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;') SELECT CONCAT('ALTER TABLE ',table_schema,'.',table_name,' engine=InnoDB;')
FROM information_schema.tables FROM information_schema.tables