Make sure you are able to see the schema.

Do a

mysql> show tables;


if you dont see the DB, then you need to make the DB. 

On Friday, July 6, 2012 5:08:53 PM UTC-4, Hai wrote:
>
> followed the instruction for installing dashboard, and created user
>
> mysql -pmy_password -e "CREATE DATABASE dashboard CHARACTER SET 
> utf8;CREATE USER 'dashboard'@'localhost' IDENTIFIED BY 'my_password'; GRANT 
> ALL PRIVILEGES ON dashboard.* TO 'dashboard'@'localhost';"
>
> however, I keep getting access denied error:
>
> # rake RAILS_ENV=production db:migrate
> (in /usr/share/puppet-dashboard)
> rake aborted!
> Access denied for user 'dashboard'@'localhost' to database 
> 'dashboard_production'
>
> (See full trace by running task with --trace)
>
>
> please help!
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to