From ec8ce55942fd4a978be36aa14e4efcf804c908ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 13 Sep 2010 15:08:01 +0200 Subject: Make test options consistent with MySQL --- mysql.options | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'mysql.options') 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 -- cgit v1.1