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 PostgreSql as a database.
Use CUBRID as a database. See Manual for more info
Use Firebird as a database.You can create a database with (create database "/path/dbname.fdb" page_size=8192 default character set UTF-8;)
Use MSSQL as a database
Use MySQL as a database with mysqli*() functions in php.Transactions will not be processed since DB file is created in myisam