Hi folks,
I'm trying to install puppet dashboard 1.1.1 on RHEL6 (following some
instructions in the excellent Pro Puppet book) but the rake command is
failing to create the database like so:
# rake RAILS_ENV=production db:create
(in /usr/share/puppet-dashboard)
Couldn't create database for {"encoding"=>"utf8", "adapter"=>"mysql",
"username"=>"dashboard", "database"=>"dashboard",
"password"=>"mypassword"}, charset: utf8, collation: utf8_unicode_ci
(if you set the charset manually, make sure you have a matching
collation)
In the database.yml I have:
production:
database: dashboard
username: dashboard
password: mypassword
encoding: utf8
adapter: mysql
Any ideas? Thanks.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.