Hi there, im developing an app using a mysql database, it's allocatad in two free remote database servers, the main srver runs MySQL 5.0 and the mirror MySQL 5.1, im using a plugin i built with version 5.0 and it connects fine to MySQL 5.0 server but i cant connect to the 5.1 server, so i gues i have to rebuild the plugin for the new version in order to connect to a later version server isn't it? or i only need to get the libmysql.dll of 5.1?, but doing any of these i will be able to connect to both servers? v 5.0 and 5.1?
thanks

btw the 5.1 server is still beta, when the non beta is released and the server updated the 5.1 beta plugin will connect to the non beta?