문제

rake aborted! The driver encountered an error: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown database 'dbapp_development'

what should be done?

i've created the database using rake db:create

도움이 되었습니까?

해결책

Although you created the db by doing rake db:create, the creation of database has failed silently.

In this case you need to create the database manually just like I did going into mysqlyog or mysql workbench or as what you got. This is the known bug and is discussed in knowledge base.

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