문제

I'm installing Fedena and have been struggling with it for two weeks now. When I run

rake db:migrate

I get this error

database configuration does not specify adapter.

올바른 솔루션이 없습니다

다른 팁

Your description shows that some info is missing.

Update the MySQL database details in config/database.yml (under "development:")

make sure the line "adapter: mysql" available and then

run the command "bundle exec rake db:create". This would create the required database.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top