このエラーが発生します:
'could not obtain a database connection within 5 seconds (waited 5.001017 seconds). The max pool size is currently 16; consider increasing it.'
最初にこのエラーが発生し、カウントを5から16に増やしました。しかし、それはまだ発生しており、データベースをテストするのは私だけです。私が唯一のユーザーであるのに、なぜこれが起こるのですか?
ところで、私はレールに乗っていない。使ってます:
ActiveRecord::Base.establish_connection ({
:adapter => 'mysql2',
:database => 'ck',
:host => 'localhost',
:username => 'root',
:password => '',
:pool => 16,
})
シナトラを使用しています。
ありがとう