Hey, I am trying to test mysql moniter ssl connection. I've compiled ssl support into MySQL server and client, and I am using version 4.0.14. In my.cnf global file, I have --ssl-cert, --ssl-ca, --ssl-key set for the server and the client. I grant some users to use "require ssl", but I am getting "access denied" errors when I try to connect to mysql moniter even though I use correct password.
Do you know what I am doing wrong? I am in the dark. I am able to connect to MySQL using DBI ssl correctly in a perl script with the same spvtest MySQL user. I just can't get the mysql client moniter to work. If you could help me, it will be wonderful. Thank you very much. [EMAIL PROTECTED] spv]$ mysql --ssl --ssl-ca=/openssl/cacert.pem --ssl-cert=/openssl/client-cert.pem --ssl-key=/openssl/client-key.pem --ssl-capath=/openssl -u spvtest -p Sherrill ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sherrill (Pei-chih) Verbrugge -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]