Re: [R] RMySQL problem on Windows 7 32 bit

2011-05-14 Thread Gabor Grothendieck
On Fri, May 13, 2011 at 11:06 AM, byzin wrote: > I am attempting to analyze Affymetrix exonchip data using the exon map > package.  I have installed this package but have had problems installing the > associated programs, specifically RMySQL since no windows binary exists. > > I have followed the

Re: [R] RMySQL problem on Windows 7 32 bit

2011-05-14 Thread Uwe Ligges
On 13.05.2011 17:06, byzin wrote: I am attempting to analyze Affymetrix exonchip data using the exon map package. I have installed this package but have had problems installing the associated programs, specifically RMySQL since no windows binary exists. I have followed the directions for comp

Re: [R] RMySQL problem on Windows 7 32 bit

2011-05-13 Thread Steven Kennedy
It looks like your MySQL is missing the libmysql.lib file. Download it from MySQL then put it in the following location: C:/Program Files/MySQL/MySQL Server 5.5/lib/opt/libmysql.lib If you are still having problems, you could try using RODBC instead. _

Re: [R] RMySql problem

2009-10-23 Thread Noah Silverman
Hi, It looks like you are potentially dealing with two separate issues. 1) Access - Mysql has very find grained permissions as to who can access what and from where. You need to make sure that your username in mysql is allowed to access the database/tables from your location. 2) Corruption