Remove reference to MyISAM from database setup documentation

From 2.8.6 only transactional databases are supported.

Change-Id: Ie0d94c40a371dd018b897113eca8b745a1000d2e
This commit is contained in:
David Pursehouse 2014-07-04 10:12:43 +09:00
parent 586e7f7068
commit e5c2acb6ae
1 changed files with 0 additions and 8 deletions

View File

@ -60,14 +60,6 @@ rights on it:
FLUSH PRIVILEGES;
----
If you are using the MyISAM engine, you need to set latin1 as charset:
----
mysql
ALTER DATABASE reviewdb charset=latin1;
----
Visit MySQL's link:http://dev.mysql.com/doc/[documentation] for further
information regarding using MySQL.