Skip to content
Prev 179814 / 398506 Next

Rmysql linking to an old-ish mysql build

This topic is usually covered on R-sig-db, so its archives will give 
more information (and as I recall, so would the R-help archives, not 
least in pointing you to R-sig-db).
On Sat, 9 May 2009, Uwe Ligges wrote:

            
MySQL is a client-server system: this will work if you have a 32-bit 
MySQL client DLL and arrange for RMySQL to find it (as a 32-bit client 
can talk to a 64-bit server).  That client DLL needs to be more or 
less the same MySQL version as RMySQL was built against (and what 
'more or less' means is determined by trial-and-error: there is no 
guarantee whatsoever that any other version will work, and even single
patch-level differences have results in crashes).
That is in any case the safest thing to do.