The MySQL permissions system revolves around two concepts:Authentication, determining whether a user is allowed to connect to a database serverAuthorization, determines whether the user has sufficient permissions to execute the query request, and so
User Rights Management mainly has the following functions:1. You can restrict which libraries a user accesses, which tables2. You can restrict which tables the user performs for select, CREATE, delete, delete, alter, etc.3. The IP or domain name
Transferred from: http://chenling1018.blog.163.com/blog/static/14802542010320112355598/The MySQL permissions system revolves around two concepts:Authentication, determining whether a user is allowed to connect to a database serverAuthorization,
b.5.3.2 How to Reset the Root PasswordIf you had never assigned a root password for MySQL, the server does not require a password at all for connecting as
. However, this is insecure. For instructions in assigning passwords, see section 2.18.4, "
There are two different ways to add users: using the GRANT statement or directly operating the MySQL authorization table. The better way is to use the GRANT statement, because they are more concise and seem to have fewer errors. The following
WIN10 installing the MySQL process && linking process && backing up and importing data &&grant commandsFirst, installationThe latest version 8.0 downloaded at the beginning of the MySQL official website (https://www.mysql.com/downloads/ ), causing
Today, we will mainly discuss how to use the MySQL GRANT statement to add new users to the actual operation scheme and illustrate the actual installation steps and specific operations of the MySQL database, if you are interested, you can click the
Grant all privileges and grantprivileges to Mysql
1. Change the table.It may be that your account is not allowed to log on remotely, but only on localhost. At this time, you only need to log on to the computer of localhost and change the "host"
The simple format that MySQL gives user permission commands can be summarized as:
Copy Code code as follows:
Grant permission on database object to user [identified by ' Password ']
The most commonly used, to get the master and
The following example shows how to use a MySQL client to install a new user. These examples assume that the permission has been installed by default. This means that, in order to change, you must be on the same machine that MySQL is running, you
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.