Home  >  Article  >  Database  >  mysql1449:Theuserspecifiedasadefiner('root'@'%&#_MySQL

mysql1449:Theuserspecifiedasadefiner('root'@'%&#_MySQL

WBOY
WBOYOriginal
2016-06-01 12:59:491150browse

权限问题,授权 给 root 所有sql 权限

mysql> grant all privileges on *.* to root@"%" identified by ".";
Query OK, 0 rows affected (0.00 sec)


mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

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