Wildfire and MySQL5

Does wildfire2.43 support MySQL5

Hey Huangyang,

FYI, Iā€™'m still using MySQL 4. Anyway, if MySQL5 has the same syntax as MySQL4 then you should be fine. Wildfire uses very simple SQL queries that are basically SQL-92 compliant. So all you should need is to get and add to the classpath the proper jdbc driver and give it a try.

Let us know if you are running into troubles.

Regards,

ā€“ Gato

thanks!

finally,I use cat command import the schema file from the resources/database directory of the installation folder to MySQl database,and then complete the setting.

Anyway Thanks and Regard!

Huangyang