我正在学习 lynda.com 上的教程(RoR 3:第 6 节,第 3 集)并在安装 MySQL 并运行之后:
rake db:schema:dump
我有:
rake aborted! cannot load such file mysql/mysql_api
C:/Sites/demo/config/application.rb:7:in '<top <required>>'
C:/Sites/demo/Rakefile:4:in 'require'
C:/Sites/demo/Rakefile:4:in '<top <required>>'
我确实复制了:
libmySQL.dll
至:
C:\RailsInstaller\Ruby1.9.3\bin
mysql
我还尝试了几次卸载和安装gem。