From b1ed2dff092ef4e1be30d01c54fadf3710026663 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 15 Sep 2024 13:13:52 -0600 Subject: [PATCH] Create my.cnf --- database/includes/my.cnf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 database/includes/my.cnf diff --git a/database/includes/my.cnf b/database/includes/my.cnf new file mode 100644 index 0000000..a56fc73 --- /dev/null +++ b/database/includes/my.cnf @@ -0,0 +1,3 @@ +# MySQL/MariaDB client config file +[client] +password=mypassword