Home  >  Article  >  Database  >  mysql 创建用户_MySQL

mysql 创建用户_MySQL

WBOY
WBOYOriginal
2016-05-31 08:47:49837browse

 GRANT ALL PRIVILEGES ON *.* TO 'username'@'localhost' IDENTIFIED BY '123456' with grant option;(假设密码为123456)

1.远程用户可以将localhost 改为%

2.只对某一个数据库可以将*.* 改为   xx.*

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn