Closed johnseekins closed 7 years ago
If you want two instances connecting to one MySQL host, your current 'rundeck'@'localhost' wouldn't work.
'rundeck'@'localhost'
Also, the MySQL user you log in as can't change their own grants. So I made the external user you connect as flexible.
Thanks for the PR, @johnseekins 😄
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.