aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/mysql_connection.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mysql_connection.ini.example')
-rw-r--r--bin/mysql_connection.ini.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/mysql_connection.ini.example b/bin/mysql_connection.ini.example
new file mode 100644
index 0000000..7933bed
--- /dev/null
+++ b/bin/mysql_connection.ini.example
@@ -0,0 +1,7 @@
1[mysqlconnection]
2hostname=localhost
3database=database
4username=username
5password=password
6pooling=false
7port=3306