当我升级我的 ruby 版本时,我不得不重新安装我的 gems。在某个地方,它为我的项目彻底清除了我的数据库。
我不能跑
rake db:migrate
因为我不再有 schema_migrations 表。但是当我去创建一个新表时,我得到了这个错误:
#1005 - Can't create table 'schema_migrations' (errno: 13)
Please check privileges of directory containing database.
我该如何重新创建这张桌子?