开发者

Problem with Insoshi install script and mysql

开发者 https://www.devze.com 2022-12-15 16:02 出处:网络
i have a problem regarding the installation of Insoshi. I followed the insallation instructions in the Readme file of Insoshi. My problems occur when i try to run \"script/install\"

i have a problem regarding the installation of Insoshi. I followed the insallation instructions in the Readme file of Insoshi. My problems occur when i try to run "script/install"

The readme file says, that when the script fails, there is something wrong with the database configuration in the database.yml file. But i checked it several times now and i can't find the failure. When i run "script/intstall" i get the following message:

Couldn't create database for {"timeout"=>5000, "username"=>"MYUSERNAME", "adapter"=>"mysql", "datab开发者_运维问答ase"=>"DBNAME", "host"=>"localhost", "password"=>MYPW}, charset: utf8, collation: utf8_general_ci (if you set the charset manually, make sure you have a matching collation) (in /Users/domi/Coding/Rails/insoshi) rake aborted! uninitialized constant MysqlCompat::MysqlRes

I hope some of you can help me with this problem.

best regards

Dominik


You should use a root user to create the database.

0

精彩评论

暂无评论...
验证码 换一张
取 消