Displaying 2 results from an estimated 2 matches for "mullenger".
2006 Aug 01
10
Migration DB Question
Just going through ''agile web development with rails'' 2nd ed.
I accidentally created an empty migration source file with the wrong
name,
ruby script/generate migration add_test_date
and then straight after that created the one I wanted to use
ruby script/generate migration add_test_data
and populated the second one - when I ran
rake db:migrate
a few times it did not seem
2006 Jul 17
2
MySQL server error
I have installed ruby on rails using instant rails.
I have apache and mysql already installed on my computer.
all seems to be working fine, apart from this error keeps popping up:
MySql : MySQL port (3306) is used by "" (mysqld-nt.exe) !
Any way I can get rid of this?
Thanks for any help.
Frank.
--
Posted via http://www.ruby-forum.com/.