From 0d5b7499b477bdbe87998e338ea0c5ee951f7d7a Mon Sep 17 00:00:00 2001 From: erichhasl Date: Fri, 2 Jun 2017 15:05:11 +0200 Subject: [PATCH] add default my.cnf for mysql --- jdav_web/my.cnf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 jdav_web/my.cnf diff --git a/jdav_web/my.cnf b/jdav_web/my.cnf new file mode 100644 index 0000000..dc015a5 --- /dev/null +++ b/jdav_web/my.cnf @@ -0,0 +1,5 @@ +# This is the mysql login configuration, replace the placeholders with the correct login data + +[client] +password=PASSWORD +user=USERNAME