| MySQL Version | Compatibility |
| 4.xxx | OK |
| 5.xxx | Issue in the database creation file (1) |
(1) solution :
| MySQL Version | Compatibility |
| 1.3.33 | Ok if the php.ini file is configured correctly (2) |
| 2.0.55 | Compatibility pb with PHP5 – not certified |
| 2.2 | Ok |
(2) configuration :
| MySQL Version | Compatibility |
| 1.4.3 (Apache1.3.33, PHP5.0.3, Mysql 4.1.8) | Ok |
| 1.5.0 (Apache1.3.33, PHP5.1.1, Mysql 5.0.16) | You need to configure correctly the php.ini file (See (2))
See also the mysql 5xx problem (*) |
| 1.6.0 (Apache 2.0.55, PHP 5.1.1, Mysql 5.0.17) | Problem with Apache 2.0.55 |
| 1.6.1 (Apache 2.0.55, PHP 5.1.2, Mysql 5.0.18) | Problem with Apache 2.0.55 |
The best way is to use XAMP latest version.