On Fri, Apr 1, 2011 at 10:25 AM, moleculezz <gdare...@gmail.com> wrote:

> Hello,
>
> I am trying to install Gitorious on a debian squeeze box using the
> wiki installation instructions.
> But I got stuck at the part where I have to create the DB.
>
> When I issue the command: rake db:create I get the following error:
>
> Couldn't create database for {........}, charset: utf8, collation:
> utf8_unicode_ci (if you set the charset manually, make sure you have a
> matching collation)
>

This could be a permissions issue. Your database.yml file contains a
username and password that is used to create the database. Are you able to
run mysql with these credentials?, ie.:

$ mysqladmin -u <user> -p<pass> create temp;

Cheers,
- Marius

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to