2006-11-10 13:25:10 +01:00
|
|
|
mysqld is alive
|
2022-09-23 18:28:12 +10:00
|
|
|
mariadb-admin: unknown variable 'database=db1'
|
|
|
|
Warning: mariadb-admin: unknown variable 'loose-database=db2'
|
2006-11-10 13:25:10 +01:00
|
|
|
mysqld is alive
|
2011-01-16 02:04:08 +05:30
|
|
|
#
|
|
|
|
# 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
|
2011-03-17 18:01:06 +05:30
|
|
|
#
|
|
|
|
# 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
|
2021-02-17 22:43:15 +05:30
|
|
|
# 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
|
|
|
|
# restart
|