I installed the v2.7 mysql.so binary for Windows to fix a timeout
problem and now I am getting “uninitialized constant Mysql”.
I already have in production.rb
config.cache_classes = false
Are there any other ways to fix this?
I installed the v2.7 mysql.so binary for Windows to fix a timeout
problem and now I am getting “uninitialized constant Mysql”.
I already have in production.rb
config.cache_classes = false
Are there any other ways to fix this?
Well, upgrading from 4.1 to 5.0 and copying the 5.0 libmysql.dll to
c:\windows\system32 seems to have fixed it.
Yeah!!! I wonder why…
Charles L. wrote:
Well, upgrading from 4.1 to 5.0 and copying the 5.0 libmysql.dll to
c:\windows\system32 seems to have fixed it.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs