School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 307,100 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,031 people online right now. Registration is fast and FREE... Join Now!




how to use mysql installed with XAMPP for my RoR installation

 

how to use mysql installed with XAMPP for my RoR installation

ptamzz

1 Nov, 2009 - 04:38 AM
Post #1

D.I.C Head
**

Joined: 4 Mar, 2009
Posts: 65



Thanked: 1 times
My Contributions
I've installed XAMPP (windows) on my system and recently i installed RoR.. now i want to use the MySQL installed using XAMPP to be used with my RoR installation.. how do i configure it???

User is offlineProfile CardPM
+Quote Post


MitkOK

RE: How To Use Mysql Installed With XAMPP For My RoR Installation

1 Nov, 2009 - 04:49 AM
Post #2

D.I.C Regular
Group Icon

Joined: 9 Aug, 2007
Posts: 356



Thanked: 19 times
Dream Kudos: 250
My Contributions
By default rails command generates sqlite based config file.

You have to explicitly tell rails to create database.yml with mysql data:

CODE
rails -d mysql demo


Then go to config/database.yml and configure username and password for your MySQL server.

PS: You should have mysql gem installed
CODE
gem install mysql

I should warn you that Windows is far from good ruby dev enviroment. You will have problems compiling native extensions for specific gems.
User is offlineProfile CardPM
+Quote Post

calebj

RE: How To Use Mysql Installed With XAMPP For My RoR Installation

1 Nov, 2009 - 09:00 PM
Post #3

D.I.C Regular
Group Icon

Joined: 28 Feb, 2009
Posts: 335



Thanked: 19 times
Dream Kudos: 200
My Contributions
Here is the guide that I followed to install, configure and run RoR http://oreilly.com/ruby/archive/rails.html
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/21/09 12:17PM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month