mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
66b8edf8a5
* MDEV-19168: Add ssl-flush command. Improve flush error messages and move error printing into the `flush` function.
30 lines
992 B
Text
30 lines
992 B
Text
mysqld is alive
|
|
mysqladmin: unknown variable 'database=db1'
|
|
Warning: mysqladmin: unknown variable 'loose-database=db2'
|
|
mysqld is alive
|
|
#
|
|
# Bug#58221 : mysqladmin --sleep=x --count=x keeps looping
|
|
#
|
|
# Executing mysqladmin with --sleep=1 and --count=2.
|
|
# Done.
|
|
# Displaying the output :
|
|
mysqld is alive
|
|
mysqld is alive
|
|
#
|
|
# BUG#11766184 - 59234: cmdline clients crash --defaults-extra-file
|
|
# with no .cnf or .ini extension.
|
|
#
|
|
# Creating an empty file 'cnf_file'
|
|
# Using --defaults-extra-file option with 'cnf_file'.
|
|
mysqld is alive
|
|
# Kill the server
|
|
# restart: --ssl-key=MYSQLTEST_VARDIR/tmp/ssl_key.pem --ssl-cert=MYSQLTEST_VARDIR/tmp/ssl_cert.pem
|
|
connect ssl_con,localhost,root,,,,,SSL;
|
|
SELECT VARIABLE_VALUE INTO @ssl_not_after FROM INFORMATION_SCHEMA.SESSION_STATUS WHERE VARIABLE_NAME='Ssl_server_not_after';
|
|
# Use a different certificate ("Not after" certificate field changed)
|
|
# Check new certificate used by new connection
|
|
Result
|
|
OK
|
|
# Cleanup
|
|
# Kill the server
|
|
# restart
|