Rechercher dans le manuel MySQL
26.12.18.2 The keyring_keys table
MySQL Server supports a keyring that enables internal server components and plugins to securely store sensitive information for later retrieval. See Section 6.4.4, “The MySQL Keyring”.
As of MySQL 8.0.16, the
keyring_keys
table exposes
metadata for keys in the keyring. Key metadata includes key
IDs, key owners, and backend key IDs. The
keyring_keys
table does
not expose any sensitive keyring data
such as key contents.
The keyring_keys
table has these
columns:
KEY_ID
The key identifier.
KEY_OWNER
The owner of the key.
BACKEND_KEY_ID
The ID used for the key by the keyring backend.
The keyring_keys
table has no
indexes.
TRUNCATE TABLE
is not permitted
for the keyring_keys
table.
Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-keyring-keys-table.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.