search for: music_library_development

Displaying 4 results from an estimated 4 matches for "music_library_development".

2007 Dec 03
1
install and mysql issues
...ver 5.0\my.cnf I have followed the tutorial videos on lynda.com for the music_library video tutorial and i created a database with mysql that i downloaded seperately from the mysql website. I created a music_library and created the work folder and rails app. I created the database in mysql called music_library_development and a few tables inside that database. but when i run rake db:migrate i get the following: C:\Documents and Settings\Mark Johnson>cd c:\Sites\music_library C:\Sites\music_library>rake db:migrate (in C:/Sites/music_library) rake aborted! Unknown database ''music_library_development...
2010 Jul 02
22
MySQL not Connected ...... *pull hair*
I''m trying to run " rake db:migrate " and im getting an error back: ------------------------------------------------------------------------ C:\wamp\www\demoproject>rake db:migrate (in C:/wamp/www/demoproject) rake aborted! Mysql::Error: query: not connected: CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB (See full trace by running task
2010 Jan 20
4
Rake Aborted wont Migrate mysql
...[i386-mingw32] This application has requested the Runtime to terminate it in an unusual way. Please contact the application''s support team for more information. ----------------- database.yml -------------- development: adapter: mysql encoding: utf8 reconnect: false database: music_library_development pool: 5 port: 3306 username: root password: mypassword host: localhost -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JY...
2009 Aug 06
20
Changing from database sqlite3 to mysql - windows
Hi Guys I''d like to know how to change from using sqlite3 to mysql. I''m running windows xp. What is the command that I must type under my application folder? How to I log into the mysql database afterwards? My database.yml file contents at the moment are: # SQLite version 3.x # gem install sqlite3-ruby (not necessary on OS X Leopard) development: adapter: sqlite3