Rails 2.0.2 task: rake db:create doesn't work
---------------------------------------------

                 Key: JRUBY-1906
                 URL: http://jira.codehaus.org/browse/JRUBY-1906
             Project: JRuby
          Issue Type: Bug
          Components: ActiveRecord-JDBC
    Affects Versions: JRuby 1.1
         Environment: MacOS 10.4.11, Java 1.5.0_13, JRuby trunk, r5513, 
activerecord-jdbc-adapter 0.7.1, activerecord-jdbcmysql-adapter 0.7.1
            Reporter: Stephen Bannasch


The Rails 2 task: rake db:create doesn't work. No database is created. Similar 
tasks like rake db:reset also don't work.

{code}
development:
  adapter: jdbcmysql
  database: testapp_development
  username: root
  password: ******
  host: localhost

test:
  adapter: jdbcmysql
  database: testapp_test
  username: root
  password: ******
  host: localhost

production:
  adapter: jdbcmysql
  database: testapp_production
  username: root
  password: ******
  host: localhost
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to