Difference between revisions of "Installation Windows"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
old>Admin
Line 23: Line 23:
==== Important change for MySQL 5.7+ on windows ====
==== Important change for MySQL 5.7+ on windows ====
Before importing please add the following to the my.ini fil
Before importing please add the following to the my.ini fil
'''innodb_strict_mode=0'''
    '''innodb_strict_mode=0'''

Revision as of 12:58, 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