Home >Database >Mysql Tutorial >mysql添加远程用户_MySQL

mysql添加远程用户_MySQL

WBOY
WBOYOriginal
2016-06-01 13:17:08987browse

USE mysql;GRANT ALL PRIVILEGES ON *.* TO panjing @"%" IDENTIFIED BY "123456";FLUSH PRIVILEGES;

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