mysql 连接
mysql -h 127.0.0.1 -u root -p
查看用户
mysql>select host,user from mysql.user; //一定要有分号!!
创建用户
mysql>create user "user"@"localhost" identified by "passwd";
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!