AppFuseQuickStart |
|
Your trail: |
Difference between
version 102
and
version 101:
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. Do this by adding the following to your my.ini (on Windows) or /etc/my.cnf (on Unix):<pre>[mysqld] |
# 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):{{{[mysqld] |
At line 7 changed 1 line. |
default-table-type=innodb</pre></div> |
default-table-type=innodb}}}</div> |
Back to AppFuseQuickStart,
or to the Page History.
|