Document how to initially setup dev user with password

Better find a way to add this via module options.
This commit is contained in:
Daniel Siepmann 2023-02-18 11:23:04 +01:00
parent 6b31c8a6d4
commit 7dceddd44c
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -65,6 +65,7 @@
}
{
# INITIALLY once change dev user to be identified by password
# alter user dev@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('dev');
name = "dev";
ensurePermissions = {
# TODO: Auto build from defined databases?!