What Is a User Account in MySQL

Q

What Is a User Account in MySQL?

✍: FYIcenter.com

A

A user account is identified by a user name and defines the user's attributes, including the following:

  • Password for connection authentication.
  • User privileges, for examples: Shutdown_priv, Create_priv, Drop_priv, Insert_priv, Update_priv, Delete_priv, etc..
  • Various limits, for example: max_questions, max_updates, max_connections, etc..

 

Predefined User Accounts in MySQL

Managing User Accounts and Access Privileges in MySQL

Managing User Accounts and Access Privileges in MySQL

⇑⇑ MySQL Database Tutorials

2017-12-13, 1352🔥, 0💬