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

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

WBOY
Release: 2016-06-01 12:59:49
Original
1189 people have browsed it

权限问题,授权 给 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)

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template