summaryrefslogtreecommitdiff
path: root/mysql-test/README
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/README')
-rw-r--r--mysql-test/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/README b/mysql-test/README
index 77b398ebf39..3c8303ca070 100644
--- a/mysql-test/README
+++ b/mysql-test/README
@@ -18,7 +18,7 @@ the test suite expects you to provide the names of the tests to run.
For example, here is the command to run the "alias" and "analyze" tests
with an external server:
-mysql-test-run --extern alias analyze
+mysql-test-run --extern socket=/tmp/mysql.sock alias analyze
To match your setup, you might also need to provide --socket, --user, and
other relevant options.