AppFuseQuickStart |
|
Your trail: |
Difference between
version 101
and
version 100:
At line 5 changed 1 line. |
# Install MySQL 3.23.x+ (recommend 4.1.7) and Tomcat 4.1.x+ (recommend 5.0.28). Set a CATALINA_HOME environment variable to point to your Tomcat installation. Optionally, you can see my [development environment setup|DevelopmentEnvironment] and get links to download the above packages.<div class="note" style="margin: 5px"> __NOTE:__ If you're using MySQL 4.1.7, make sure and use a UTF-8 character set and an InnoDB table type. [Here's how|AppFuseSupport|5].</div> |
# Install MySQL 3.23.x+ (recommend 4.1.7) and Tomcat 4.1.x+ (recommend 5.0.28). Set a CATALINA_HOME environment variable to point to your Tomcat installation. Optionally, you can see my [development environment setup|DevelopmentEnvironment] and get links to download the above packages.<div class="note" style="margin: 5px"> __NOTE:__ If you're using MySQL 4.1.7, make sure and use a UTF-8 character set and an InnoDB table type. Do this by adding the following to your my.ini (on Windows) or /etc/my.cnf (on Unix):<pre>[mysqld] |
default-character-set=utf8 |
default-table-type=innodb</pre></div> |
Back to AppFuseQuickStart,
or to the Page History.
|