You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#21335818 : MYSQL_SSL_RSA_SETUP CREATES UNWANTED .RND FILE IN DATADIR
Description : When generating RSA keys, OpenSSL generated .rnd file in
$HOME directory. In case of mysql_ssl_rsa_setup being
executed as one of the initialization steps, these file
should be removed from data directory after the generation
of certificates/keys is complete.
Solution : Remove .rnd file from current working directory before and
after generation. If certificates/keys are already present,
no attempt will be made to remove this file.
Reviewed-By : Georgi Kodinov <[email protected]>
Reviewed-By : Terje Rosten <[email protected]>
0 commit comments