diff options
Diffstat (limited to 'SSL/run-client')
-rwxr-xr-x | SSL/run-client | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/SSL/run-client b/SSL/run-client deleted file mode 100755 index f3b29eb273b..00000000000 --- a/SSL/run-client +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/sh - -cmd () { - echo $* - $* -} - -client/mysql --port=4407 --socket=/tmp/test.mysql.sock --ssl-ca=SSL/cacert.pem --ssl-cert=SSL/client-cert.pem --ssl-key=SSL/client-key.pem --debug='d:t:O,/tmp/client.trace' -h 127.0.0.1 -u root -#--execute="select version();show status" - |