Re: [Rails] Re: rails 2.1.2 to rails 2.2.2 now I get mysql issues

2011-01-31 Thread Shiv Kumar Ganesh
Install mysql package in your system and then copy mysql5.dll and paste it in the ruby bin folder. And while installing mysql allow it to edit your environment . You are done. The error wont appear and if using netbeans Then i really cant help coz stay version 3 and above are not working correc

[Rails] Re: rails 2.1.2 to rails 2.2.2 now I get mysql issues

2011-01-30 Thread Selvaraj Subbaian
Jason S. wrote in post #955144: > +1 - copying from the instant rails download link to ruby/bin worked for > me: > > Rails 3.0.1 > Ruby 1.8.7 (and Ruby 1.9.2, works on both) > MySQL 5.5 x64 > Windows 7 x64 > NetBeans IDE > > Thanks! > Another Jason S. ohhh.. long lasting issue..now I am facing thi

[Rails] Re: rails 2.1.2 to rails 2.2.2 now I get mysql issues

2010-10-18 Thread Jason S.
+1 - copying from the instant rails download link to ruby/bin worked for me: Rails 3.0.1 Ruby 1.8.7 (and Ruby 1.9.2, works on both) MySQL 5.5 x64 Windows 7 x64 NetBeans IDE Thanks! Another Jason S. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscri

[Rails] Re: rails 2.1.2 to rails 2.2.2 now I get mysql issues

2009-06-16 Thread Rahul Patel
jasoo24 wrote: > Here is the solution: 1) First, gem install mysql. If this doesn�t > help continue� 2) Copy libmysql.dll from InstantRails (see below) to > your mysql directory (C:\mysql\bin\). Restart your computer and it > should be working. > > InstantRails libmysql.dll: > http://instantrai

[Rails] Re: rails 2.1.2 to rails 2.2.2 now I get mysql issues

2008-12-05 Thread Jason Smith
Ed wrote: > Funny, I had same problem but neede the opposite solution: I copied > libmysql.dll from msyql/bin to ruby/bin. > > Either way, that's a bit less drastic than nuking and reinstalling > mysql and ruby, so worth trying first. If you go back to the first post you'll see libmysql.dll was

[Rails] Re: rails 2.1.2 to rails 2.2.2 now I get mysql issues

2008-12-05 Thread Ed
Funny, I had same problem but neede the opposite solution: I copied libmysql.dll from msyql/bin to ruby/bin. Either way, that's a bit less drastic than nuking and reinstalling mysql and ruby, so worth trying first. On Dec 5, 7:19 pm, jasoo24 <[EMAIL PROTECTED]> wrote: > I noticed that you've al

[Rails] Re: rails 2.1.2 to rails 2.2.2 now I get mysql issues

2008-12-05 Thread jasoo24
I noticed that you've already managed to resolve the issue, but I also had a similar problem upgrading to 2.2.2 and found a quick work- around. Here is my solution in case others need help (if this doesn't work, try Jason Smith's method). If you are having problems with MySQL, getting e

[Rails] Re: rails 2.1.2 to rails 2.2.2 now I get mysql issues

2008-12-05 Thread Jason Smith
So my final notes as of Dec 05, 2008 to get Ruby, Rails, Mysql working on Windows Vista Ultimate x64 edition. MySQL x64 will work fine on it's own, but not with the latest versions of Ruby on rails, as the mysql driver is for 32 bit only. So you have grab an older version[ MySQL 5.0.67 win32(I

[Rails] Re: rails 2.1.2 to rails 2.2.2 now I get mysql issues

2008-12-04 Thread Jason Smith
UPDATE!! Here is what I did and everything is working. I uninstalled Mysqlx64 and Ruby. ran into an issue where Vista kept the service for Mysql even after I unistalled it, so I had to go into the registry and manually delete the service entry. Then I was able to install mysql-essential-5.

[Rails] Re: rails 2.1.2 to rails 2.2.2 now I get mysql issues

2008-12-04 Thread Jason Smith
Frederick Cheung wrote: > On Dec 4, 10:11�pm, Jason Smith <[EMAIL PROTECTED]> > wrote: >> Frederick Cheung wrote: >> > On Dec 4, 9:41 pm, Jason Smith <[EMAIL PROTECTED]> >> > wrote: >> >> > Craig >> >> I did look at both of these links earlier in my search to fix this >> problem, one or both of th

[Rails] Re: rails 2.1.2 to rails 2.2.2 now I get mysql issues

2008-12-04 Thread Frederick Cheung
On Dec 4, 10:11 pm, Jason Smith <[EMAIL PROTECTED]> wrote: > Frederick Cheung wrote: > > On Dec 4, 9:41 pm, Jason Smith <[EMAIL PROTECTED]> > > wrote: > >> > Craig > > I did look at both of these links earlier in my search to fix this > problem, one or both of these linkscan't quite remember

[Rails] Re: rails 2.1.2 to rails 2.2.2 now I get mysql issues

2008-12-04 Thread Jason Smith
Frederick Cheung wrote: > On Dec 4, 9:41�pm, Jason Smith <[EMAIL PROTECTED]> > wrote: >> > Craig >> >> Well I am running mysql x64, unfortunately there isn't a proper 64 bit >> gem(I've searched). �What I don't understand though is how it was >> running fine with just an error message(not an error

[Rails] Re: rails 2.1.2 to rails 2.2.2 now I get mysql issues

2008-12-04 Thread Frederick Cheung
On Dec 4, 9:41 pm, Jason Smith <[EMAIL PROTECTED]> wrote: > Craig Demyanovich wrote: > > You wrote that you're running Vista 64-bit and > > mysql-essential-5.0.67-winx64, yet the gem seems to be for win32: > > mysql-2.7.3-x86-mswin32. Could it be that you need a mysql gem for win64 > > (is > > t

[Rails] Re: rails 2.1.2 to rails 2.2.2 now I get mysql issues

2008-12-04 Thread Jason Smith
Craig Demyanovich wrote: > You wrote that you're running Vista 64-bit and > mysql-essential-5.0.67-winx64, yet the gem seems to be for win32: > mysql-2.7.3-x86-mswin32. Could it be that you need a mysql gem for win64 > (is > there one?) or that you need to run mysql for win32 instead of win64? >

[Rails] Re: rails 2.1.2 to rails 2.2.2 now I get mysql issues

2008-12-04 Thread Craig Demyanovich
You wrote that you're running Vista 64-bit and mysql-essential-5.0.67-winx64, yet the gem seems to be for win32: mysql-2.7.3-x86-mswin32. Could it be that you need a mysql gem for win64 (is there one?) or that you need to run mysql for win32 instead of win64? Just guessing really, since I don't run

[Rails] Re: rails 2.1.2 to rails 2.2.2 now I get mysql issues

2008-12-04 Thread Jason Smith
Anyone know anywhere else I might be able to post this question and get a response? I'd really like to get back to development, and would prefer not to have to roll back to Rails 2.1.2. thanks, Jason -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~--