From: Sean Armstrong Date: 2005-09-17T22:25:16+09:00 Subject: Re: MS Access ------=_Part_19472_25956696.1126963512563 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Well you have got me the closest so far. I had to go back and manually=20 compile mysql-ruby with the --with-mysql-config flag because the gme did no= t=20 fully install. I can now use require 'mysql' and get a true result. My new= =20 problem deals with the way MySQL is installed on my windows box. I did not= =20 install it as a server. I just installed it locally. I use the -h . flag to= =20 connect to my MySQL installation. It is not an option to install it as a=20 server. So I am now currently unable to connect to mysql with the mysql=20 module because it will not accept "localhost" as teh server string and it= =20 will not accept "." as the server string like everything else does. Any new= =20 ideas? Thanks:) SA On 9/16/05, Jacob Quinn Shenker wrote: >=20 > Sean, > I'm going to try to explain *exactly* what I did, and hopefully you'll > see something you forgot to do. > 1. Download mysql-essential-4.1.14-win32.msi from mysql.organd install it. > 2. Download mysql-4.1.13.tar.gz from mysql.org > 3. Extract the above, and run "./configure -C --without-server" (the > -C enables config caching, I use it because the ./configure script > runs very slowly under Cygwin. Optional, of course) > 4. Run "make && make install" > 5. Run "gem install mysql" > 6. Go make cool rails apps! >=20 > Jacob >=20 >=20 --=20 "I can do everything on my Mac that I could do on a PC." -- Me ------=_Part_19472_25956696.1126963512563--