Home  >  Article  >  Database  >  mysql中grants小记_MySQL

mysql中grants小记_MySQL

WBOY
WBOYOriginal
2016-06-01 13:51:481045browse

安装mycheckpoint的时候,给这个监控用户分权限的时候,发现了这个秘密:

mysql> <br>mysql> GRANT ALL PRIVILEGES ON mycheckpoint.* TO 'mycheckpoint_user'@'localhost' IDENTIFIED BY '123456';                            <br>ERROR 1470 (HY000): String 'mycheckpoint_user' is too long for user name (should be no longer than 16)<br>mysql> 
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