any ideas what's wrong with my rake install for MySQL?
_______________
>(in C:/Workspace/insoshiMySQL)
** Invoke install (first_time)
** Invoke environment (first_time)
** Execute environment
rake install
** Execute install
** Invoke db:migrate (first_time)
** Invoke environment
** Execute db:migrate
rake aborted!
NULL pointer given
(eval):3:in `each_hash'
(eval):3:in `all_hashes'
C:/Workspace/insoshiMySQL/vendor/rails/activerecord/lib/active_record/
connection_adapters/mysql_adapter.rb:482:in `select_without_analyzer'
C:/Workspace/insoshiMySQL/vendor/plugins/query_analyzer/lib/
query_analyzer.rb:44:in `select'
C:/Workspace/insoshiMySQL/vendor/rails/activerecord/lib/../../
activesupport/lib/active_support/buffered_logger.rb:25:in `silence'
C:/Workspace/insoshiMySQL/vendor/plugins/query_analyzer/lib/
query_analyzer.rb:42:in `select'
C:/Workspace/insoshiMySQL/vendor/rails/activerecord/lib/active_record/
connection_adapters/abstract/database_statements.rb:7:in
`select_all_without_query_cache'
C:/Workspace/insoshiMySQL/vendor/rails/activerecord/lib/active_record/
connection_adapters/abstract/query_cache.rb:55:in `select_all'
C:/Workspace/insoshiMySQL/vendor/rails/activerecord/lib/active_record/
connection_adapters/abstract/database_statements.rb:13:in `select_one'
C:/Workspace/insoshiMySQL/vendor/rails/activerecord/lib/active_record/
connection_adapters/abstract/database_statements.rb:19:in
`select_value'
C:/Workspace/insoshiMySQL/vendor/rails/activerecord/lib/active_record/
migration.rb:319:in `current_version'
C:/Workspace/insoshiMySQL/vendor/rails/activerecord/lib/active_record/
migration.rb:335:in `current_version'
C:/Workspace/insoshiMySQL/vendor/rails/activerecord/lib/active_record/
migration.rb:414:in `irrelevant_migration?'
C:/Workspace/insoshiMySQL/vendor/rails/activerecord/lib/active_record/
migration.rb:345:in `migrate'
C:/Workspace/insoshiMySQL/vendor/rails/activerecord/lib/active_record/
migration.rb:339:in `each'
C:/Workspace/insoshiMySQL/vendor/rails/activerecord/lib/active_record/
migration.rb:339:in `migrate'
C:/Workspace/insoshiMySQL/vendor/rails/activerecord/lib/active_record/
migration.rb:307:in `up'
C:/Workspace/insoshiMySQL/vendor/rails/activerecord/lib/active_record/
migration.rb:298:in `migrate'
C:/Workspace/insoshiMySQL/vendor/rails/railties/lib/tasks/
databases.rake:85
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `call'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `execute'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `execute'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:508:in
`invoke_with_call_chain'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in
`synchronize'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in
`invoke_with_call_chain'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:494:in `invoke'
C:/Workspace/insoshiMySQL/lib/tasks/install.rake:7
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:544:in `call'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:544:in `execute'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `execute'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:508:in
`invoke_with_call_chain'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in
`synchronize'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in
`invoke_with_call_chain'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:494:in `invoke'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1931:in
`invoke_task'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in
`standard_exception_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1903:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1881:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in
`standard_exception_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1878:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/bin/rake:31
c:/ruby/bin/rake:19:in `load'
c:/ruby/bin/rake:19
___________________
On Jun 3, 10:15 pm, "Michael Hartl" <
mich...@insoshi.com> wrote:
> # SQLite version 3.x
> # gem install sqlite3-ruby (not necessary on OS X Leopard)
> # development:
> # adapter: sqlite3
> # database: db/development.sqlite3
> # timeout: 5000
> development:
> adapter: mysql
> database: insoshi_development
> username: root
> password:
> timeout: 5000
>
> # Warning: The database defined as 'test' will be erased and
> # re-generated from your development database when you run 'rake'.
> # Do not set this db to the same as development or production.
> test:
> adapter: mysql
> database: insoshi_test
> username: root
> password:
> timeout: 5000
>