Rechercher dans le manuel MySQL
6.2.9 Reserved Accounts
One part of the MySQL installation process is data directory initialization (see Section 2.10.1, “Initializing the Data Directory”). During data directory initialization, MySQL creates user accounts that should be considered reserved:
'root'@'localhost
: Used for administrative purposes. This account has all privileges, is a system account, and can perform any operation.Strictly speaking, this account name is not reserved, in the sense that some installations rename the
root
account to something else to avoid exposing a highly privileged account with a well-known name.'mysql.sys'@'localhost'
: Used as theDEFINER
forsys
schema objects. Use of themysql.sys
account avoids problems that occur if a DBA renames or removes theroot
account. This account is locked so that it cannot be used for client connections.'mysql.session'@'localhost'
: Used internally by plugins to access the server. This account is locked so that it cannot be used for client connections. The account is a system account.'mysql.infoschema'@'localhost'
: Used as theDEFINER
forINFORMATION_SCHEMA
views. Use of themysql.infoschema
account avoids problems that occur if a DBA renames or removes the root account. This account is locked so that it cannot be used for client connections.
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 26/06/2006 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/mysql-rf-reserved-users.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.