Difference between revisions of "Installation Windows"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 20: | Line 20: | ||
* Do NOT use default administraion password | * Do NOT use default administraion password | ||
* Consider moving data folder relevant location | * Consider moving data folder relevant location | ||
==== Important change for MySQL 5.7+ on windows ==== | |||
Before importing please add the following to the my.ini fil | |||
'''innodb_strict_mode=0''' |
Revision as of 11:57, 29 November 2016
Install software stack
Java
Tomcat application server
Notes
- Do NOT use default manager password
- Change default http port from 8080 to 80
- Change default https port from 8443 to 443
MySQL database
http://dev.mysql.com/downloads/mysql/
Notes
- Pick version 5.4 or higher
- Do NOT use default administraion password
- Consider moving data folder relevant location
Important change for MySQL 5.7+ on windows
Before importing please add the following to the my.ini fil innodb_strict_mode=0