Re: [Puppet Users] mysql access denied on dashboard puppet

2013-06-21 Thread DJames
still no luck, i changed the database to database_production, also even went into mysql to try to reset please see below.. # mysqld_safe --skip-grant-tables & [1] 27589 [1]+ Exit 1 mysqld_safe --skip-grant-tables # mysql -u root -p Enter password: mysql> SELECT * FROM my

Re: [Puppet Users] mysql access denied on dashboard puppet

2013-06-21 Thread Jeffrey Watts
If you followed the instructions on the website it calls for you to create a database named "dashboard". However, the example database.yml that comes with the software calls for the database to be called "dashboard_production". This bit me in the ass, and I suspect that it might have bitten you a

[Puppet Users] mysql access denied on dashboard puppet

2013-06-21 Thread DJames
i am at a lost, i setup the db schema , database.yml and etc passwords are correct. im getting the below error, im trying to get my dashboard to work .help any? i also chmod the database.yml file to 660 # mysql -u dashboard -p dashboard_production Enter password: ERROR 1045 (28000): Acc