Displaying 3 results from an estimated 3 matches for "mysqlclientlibraryversions".
2010 Mar 10
0
RMySQL_0.7-4 core dumped on dbWriteTable
Good Afternoon:
Have an R script that uses RMySQL package.
Everything works great within 32 bit ubuntu linux environment
(/usr/sbin/mysqld: ELF 32-bit LSB shared object, Intel 80386, version
1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15,
stripped).
> mysqlClientLibraryVersions()
5.1.41 5.1.37
50141 50137
Now testing on 64 bit ubuntu linux environment (/usr/sbin/mysqld:ELF
64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked
(uses shared libs), for GNU/Linux 2.6.15, stripped).
> mysqlClientLibraryVersions()
5.0.75 5.0.75
50075 50075
Followed instru...
2009 Feb 02
0
RMySQL 0.7-3
Dear R users,
RMySQL 0.7-3 has been released. Expect it to hit the CRAN mirrors
shortly, but in the mean time please get it here:
http://biostat.mc.vanderbilt.edu/RMySQL
From the NEWS file:
Version 0.7-3
* Added mysqlClientLibraryVersions() which returns the compiled and
loaded client library versions as a vector.
* RMySQL will now check for MySQL minor version consistency and throw
an error when the client and loaded library versions don't match.
Best,
Jeff
--
http://biostat.mc.vanderbilt.edu/JeffreyHorner
_________...
2009 Feb 02
0
RMySQL 0.7-3
Dear R users,
RMySQL 0.7-3 has been released. Expect it to hit the CRAN mirrors
shortly, but in the mean time please get it here:
http://biostat.mc.vanderbilt.edu/RMySQL
From the NEWS file:
Version 0.7-3
* Added mysqlClientLibraryVersions() which returns the compiled and
loaded client library versions as a vector.
* RMySQL will now check for MySQL minor version consistency and throw
an error when the client and loaded library versions don't match.
Best,
Jeff
--
http://biostat.mc.vanderbilt.edu/JeffreyHorner
_________...