Www.eygle.comdigest200801mysql_create_user.html 1. CREATEUSERCREATEUSERuser [IDENTIFIEDBY [PASSWORD] password] [, user [IDENTIFIEDBY [PASSWORD] password]... CREATEUSER is used to create a new MySQL account. To use CREATEUSER,
[Mysql] Common commands-user operations (create, authorize, modify, delete) and mysql user operations
Each user in Mysql corresponds to different user addresses and permissions.
There are three ways to create a Mysql user: 1. create user 2. grant 3.
Document directory
1. create user
4. Examples of Application Grant Account creation and authorization
1. create user
CREATE USER user [IDENTIFIED BY [PASSWORD] 'password']
[, user [IDENTIFIED BY [PASSWORD] 'password']] ...
Create user is
After installing MySQL, configure the environment variables, and then
Typing MySQL
Enter MySQL
Then you can
Use MySQL;
Select * from user;
To see all the users;
Execute script file under Mysql:
Mysql > Source xxx.sql;
1.1 Two ways to increase the
After installing MySQL, configure the environment variables and then
Input MySQL
Go to MySQL
Then you can
Use MySQL;
Select * from user;
To view all users;
Execute the script file in MySQL:
Mysql> source XXX. SQL;
1.1 add users in two ways: (convert)
Install MySQL1. Download the MySQL Installation FileThe following two files are required to install MYSQL:MySQL-server-5.1.7-0.i386.rpm
To download the above two RPM files, locate the "server" and "client programs" items and find the items
Article Source: http://blog.csdn.net/sunrier/article/details/7572299Installation of MySQL administrator and MySQL Query browser under LinuxThe following is my first installation process (Red Hat Enterprise Linux 5)Download
MySQL groups and mysql users have been set in MySQL.
When MySQL is used, it is found that mysql-H 127.0.0.1-u mysql-P cannot access the database.
Root # mysql-H 127.0.0.1-u mysql-PEnter Password :******Error 1045: Access denied for user: 'mysql @ 1
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.