Skip to content

Commit 7eade8d

Browse files
committed
Add server.ini
1 parent a0d2c41 commit 7eade8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/server.ini

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
;; If a non-root user is provided below, then that user should
2+
;; have database creation and user creation privilege.
3+
[default]
4+
host="127.0.0.1"
5+
user="root"
6+
pass="" ; In Travis CI the root password is an empty string.

0 commit comments

Comments
 (0)