diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-07-25 08:43:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-07-25 08:43:25 +0200 |
commit | d96a16459bd00bcb48ce10f7d5e7352b9c786908 (patch) | |
tree | 563d29184f15632f3d930dc1d3576125daf1faab /mysql-driver.bat | |
parent | 92cdbe070aa7c78bc330c5b3d2cf00a7cf5f13a3 (diff) |
Correct spelling mistake in option name
Diffstat (limited to 'mysql-driver.bat')
-rw-r--r-- | mysql-driver.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-driver.bat b/mysql-driver.bat index 9edeaf8..b11b1e6 100644 --- a/mysql-driver.bat +++ b/mysql-driver.bat @@ -18,7 +18,7 @@ set "options=%options% --user=odb_test" set "options=%options% --database=odb_test" rem set "options=%options% --password=" rem set "options=%options% --host=" -rem set "options=%options% --post=" +rem set "options=%options% --port=" rem set "options=%options% --socket=" set "mysql=%MYSQL_CLIENT%" |