diff options
Diffstat (limited to 'bin/mysql_connection.ini.example')
-rw-r--r-- | bin/mysql_connection.ini.example | 7 |
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] | ||
2 | hostname=localhost | ||
3 | database=database | ||
4 | username=username | ||
5 | password=password | ||
6 | pooling=false | ||
7 | port=3306 | ||