search for: xxx_schema_name_xxx

Displaying 1 result from an estimated 1 matches for "xxx_schema_name_xxx".

2011 Jun 08
2
MySql2 adapter hangs in Rails3 on Windows XP
...<snip> C:/Ruby192/lib/ruby/1.9.1/rake.rb:1992:in `run'' C:/Ruby192/bin/rake:31:in `<main>'' I''ve checked the Gemfile and run bundle install. Here is a snippet from the database.yml development: adapter: mysql2 encoding: utf8 reconnect: false database: xxx_schema_name_xxx pool: 5 username: xxuser password: xxpwd host: xxx_dev.devhost.com port: 3306 I have reconfigured this for a db local on my PC and for a remotes db- server. Both of those databases respond normally to commandline mysql monitor and to MySql Workbench. The tests with sqlite3 databases wo...