• Select language
  • Check the installation conditions
  • Input FTP information
  • Choose database type
  • Input Database information
  • Settings
  • Enter Administrator information

Use MySQL as a database with mysqli*() functions in php.
Transactions will not be processed since DB file is created in myisam

Use MySQL as a database with mysql*() functions in php.
Transactions will not be processed since DB file is created in myisam.

Use MySQL as a database with innodb.
Transactions will be processed with innodb

Use CUBRID as a database. See Manual for more info

Use MSSQL as a database

Go Back