수동으로 MySQL 데이터베이스를 만들었습니다.Thinking Sphinx 색인을 마이그레이션하려고 할 때 레이크 작업이 중단되는 이유는 무엇입니까?
mysql> create database sample_app_development;
Query OK, 1 row affected (0.01 sec)
테스트하려면 다음을 수행하십시오.
rake db:create
sample_app_development already exists
rake thinking_sphinx:index
을 실행할 때 오류가 발생했습니다.
rake aborted!
Table 'sample_app_development.users' doesn't exist
내가 방금 창을 만들고 그것이 존재한다고 말하면서 존재합니까?