diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-13 15:08:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-13 15:08:01 +0200 |
commit | ec8ce55942fd4a978be36aa14e4efcf804c908ce (patch) | |
tree | 53f16f3b0f7b145c26c614cd51a819a2d7a4739f /mysql.options | |
parent | 3fe2f0f8570ad9b6db2a550d2c313e5367e61fd1 (diff) |
Make test options consistent with MySQL
Diffstat (limited to 'mysql.options')
-rw-r--r-- | mysql.options | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/mysql.options b/mysql.options index 54fc174..fe79a7c 100644 --- a/mysql.options +++ b/mysql.options @@ -1,9 +1,10 @@ # Sample MySQL options file used to run the tests. Adjust to # match your MySQL setup. # ---user 'odb_test' ---db-name 'odb_test' -# --password '' -# --host '' -# --port 0 -# --socket '' + +--user odb_test +--database odb_test +# --password +# --host +# --port +# --socket |