View Single Post
  #11  
Old 02-10-2007, 12:30 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Any of the DB will run with MySql 5x.
Probably the most important and only thing you need to know for MySql5 is this line;
Code:
SET PASSWORD FOR eq@localhost = OLD_PASSWORD('eq');
For now, my DB is up to date with all SQL fixes, you can download it at my web.
Reply With Quote