Litmus:InstallFAQ: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 59: Line 59:
Did you follow the instructions in the [http://mxr.mozilla.org/mozilla/source/webtools/litmus/INSTALL INSTALL file]? You need to run the 'make install' prior to accessing your Litmus install for the first time.
Did you follow the instructions in the [http://mxr.mozilla.org/mozilla/source/webtools/litmus/INSTALL INSTALL file]? You need to run the 'make install' prior to accessing your Litmus install for the first time.
</p>
</p>
<h2>DBD::mysql::st execute failed: COLLATION 'utf8_unicode_ci' is not valid for CHARACTER SET 'latin1'</h2>
<p>By default, new databases in MySQL are created with a charset of 'latin1,' but in order to display some international characters, the database needs to store data in 'utf8' format. You can change the charset of your database to utf8 (and the collation to utf8_unicode_ci while you're at it) by following [http://dev.mysql.com/doc/refman/5.5/en/alter-database.html the instructions in the MySQL documentation].
canmove, Confirmed users
2,850

edits