summaryrefslogtreecommitdiff
path: root/SSL/run-client
blob: f3b29eb273bb1cbeb95978c6f018c93b43535c5b (plain)
1
2
3
4
5
6
7
8
9
10
#! /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"