[Rails] Re: rake db:create = LIBMYSQL.DLL not found. how to solve?

2011-05-19 Thread Ritesh Kumar
For further details about this issue, refer to the post - http://rorguide.blogspot.com/2011/03/installing-mysql2-gem-on-ruby-192-and.html This along with many other issues of mysql2 gem has already been solved by many users and they have posted their solutions also. Thanks Ritesh Kumar

[Rails] Re: rake db:create = LIBMYSQL.DLL not found. how to solve??

2011-05-17 Thread Chaitanya M.
This worked for me. A minor correction: libmysql.dll is in mysql/lib folder and paste it to your ruby/bin folder!!! Yacobus Reinhart wrote in post #664497: [1] gem install mysql [2] you will see like error syntac but dont pay attention to it [3] find LIBMYSQL.DLL from your mysql/bin folder in

[Rails] Re: rake db:create = LIBMYSQL.DLL not found. how to solve??

2010-08-24 Thread Sagar Jhobalia
Marnen Laibow-Koser wrote: Sagar Jhobalia wrote: m trying to run my hello world prgmsince 3hrs now!! pls help..1st i got the above stated error..on solvin tatthnks 2 u'll now i am getting : /!\ FAILSAFE /!\ 2010-08-24 03:27:09 +0530 Status: 500 Internal Server Error Unknown

[Rails] Re: rake db:create = LIBMYSQL.DLL not found. how to solve??

2010-08-24 Thread Vicer Ontero
Sagar Jhobalia wrote: Marnen Laibow-Koser wrote: Sagar Jhobalia wrote: m trying to run my hello world prgmsince 3hrs now!! pls help..1st i got the above stated error..on solvin tatthnks 2 u'll now i am getting : /!\ FAILSAFE /!\ 2010-08-24 03:27:09 +0530 Status: 500 Internal Server

[Rails] Re: rake db:create = LIBMYSQL.DLL not found. how to solve??

2010-08-23 Thread Sagar Jhobalia
m trying to run my hello world prgmsince 3hrs now!! pls help..1st i got the above stated error..on solvin tatthnks 2 u'll now i am getting : /!\ FAILSAFE /!\ 2010-08-24 03:27:09 +0530 Status: 500 Internal Server Error Unknown database 'demo_development'

[Rails] Re: rake db:create = LIBMYSQL.DLL not found. how to solve??

2010-08-23 Thread Marnen Laibow-Koser
Sagar Jhobalia wrote: m trying to run my hello world prgmsince 3hrs now!! pls help..1st i got the above stated error..on solvin tatthnks 2 u'll now i am getting : /!\ FAILSAFE /!\ 2010-08-24 03:27:09 +0530 Status: 500 Internal Server Error Unknown database 'demo_development'

[Rails] Re: rake db:create = LIBMYSQL.DLL not found. how to solve??

2010-05-23 Thread Manish Nautiyal
Rails Terrorist wrote: [1] gem install mysql [2] you will see like error syntac but dont pay attention to it [3] find LIBMYSQL.DLL from your mysql/bin folder in your mysql folder not ruby folder. [4] copy paste that file to ruby/bin [5] restart your server or console, if you are already

[Rails] Re: rake db:create = LIBMYSQL.DLL not found. how to solve??

2009-08-03 Thread Vicer Ontero
I just experienced the same problem and after a Google on the phrase, the general consensus among those who offered solutions worked for me also. It seems that MySQL 5.1 does not play well with Ruby. I resolved this by downloading the 5.0 version. More specifically:

[Rails] Re: rake db:create = LIBMYSQL.DLL not found. how to solve??

2009-07-07 Thread Herb Bowers
Frederick Cheung wrote: On 23 Apr 2008, at 04:16, globalrev wrote: do i need to download(and pay for) mysql separately from www.mysql.com? mysql is free (look for the 'community server' stuff, as there is also stuff you can pay for if you want technical support and that sort of thing).