1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

This commit is a fixup for MDEV-22189.

Changes:
changed mysqld -> mariadbd for some more error messages that were left.
This commit is contained in:
Rucha Deodhar
2021-06-24 16:42:57 +05:30
parent bdae5508b8
commit beb401b25f
9 changed files with 25 additions and 25 deletions

View File

@@ -1844,5 +1844,5 @@ userstat FALSE
verbose TRUE
wait-timeout 28800
To see what variables a running MySQL server is using, type
'mysqladmin variables' instead of 'mysqld --verbose --help'.
To see what variables a running server is using, type
'SELECT * FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES' instead of 'mysqld --verbose --help' or 'mariadbd --verbose --help'.