(c) 2006 by Pawel Zuzelski
Usage: mytest -Hhost [-pN] -Uuser [-Ppasswd] -Ddbase -Qquery [-cN] [flags]
       mytest -Ssocket -Uuser [-Ppasswd] -Ddbase -Qquery [-cN] [flags]
       mytest -h

       Connection options:
         -HS --hostname=S      Hostname for TCP/IP connection.
	 -pN --port=N          IP port number. Default N is 3306.
         -SS --socket=S        Use UNIX socket S rather then TCP/IP.

       Authentication options:
         -US --username=S
	 -PS --password=S      Password (optional)
       
       MySQL options:
         -DS --database=S
         -QS --query=S
         
       MyTEST options and flags:
         -cN --counter=N       Query will be executed N times.
	                       Default is 1000.
         -o  --one-connection  One connection mode. Default is to open
                               new connection for each query.
         -v  --verbose         Print results of queries.

       Other:
         -h  --help
