jjethwa / rundeck

GNU General Public License v3.0
122 stars 137 forks source link

Handle remote MySQL better #71

Closed johnseekins closed 7 years ago

johnseekins commented 7 years ago

If you want two instances connecting to one MySQL host, your current 'rundeck'@'localhost' wouldn't work.

Also, the MySQL user you log in as can't change their own grants. So I made the external user you connect as flexible.

jjethwa commented 7 years ago

Thanks for the PR, @johnseekins 😄