1# negative client tests 2# mysql 3ERROR 2026 (HY000): SSL connection error: Server doesn't support SSL 4ERROR 2026 (HY000): SSL connection error: Server doesn't support SSL 5ERROR 2026 (HY000): SSL connection error: Server doesn't support SSL 6ERROR 2026 (HY000): SSL connection error: Server doesn't support SSL 7# mysqldump 8mysqldump: Got error: 2026: SSL connection error: Server doesn't support SSL when trying to connect 9# mysqladmin 10Warning: Using a password on the command line interface can be insecure. 11mysqladmin: error: 'SSL connection error: Server doesn't support SSL' 12# mysqlcheck 13mysqlcheck: Got error: 2026: SSL connection error: Server doesn't support SSL when trying to connect 14# mysqlimport 15mysqlimport: Error: 2026 SSL connection error: Server doesn't support SSL 16# mysqlshow 17mysqlshow: SSL connection error: Server doesn't support SSL 18# mysqlslap 19mysqlslap: Error when connecting to server: SSL connection error: Server doesn't support SSL 20# mysqltest 21mysqltest: Could not open connection 'default': 2026 SSL connection error: Server doesn't support SSL 22 23End of tests 24