intercity / chef-repo

Set up your server to host Ruby on Rails apps. - Follow us on Twitter: @intercityup
MIT License
417 stars 84 forks source link

Do the sysadmins get mysql grants #185

Open cvandermeer opened 9 years ago

cvandermeer commented 9 years ago

I have created a sysadmin through the node and disabled root login. But i cannot cannot to the database with my sysadmin user. Access denied for user 'chris'@'localhost' (using password: YES)

michiels commented 9 years ago

Hey @cvandermeer. Sysadmins only get sudo-access. We do not touch the database permissions when adding sysadmin users.

You do raise an interesting point and possible feature. Let me think about it :)