When I create new site with bench new-site
it creates a new user and database in mariadb. Unfortunately, it also sets the host of the new user to the current IP address of the bench. If I change the IP address of the server for any reason I will then be unable to reconnect to the db as that user (access denied). This is very troublesome on container infrastructures where the IP address may change frequency.
Would this be considered a bug? Is there a way for new-site
to not set the host in db for the new user?