标签:ant option ges root 报错 span with key sql
会报错的写法:
GRANT ALL PRIVILEGES ON *.* ‘root‘@‘%‘ identified by ‘123123‘ WITH GRANT OPTION;
以下是正确的写法:
grant all privileges on *.* to ‘root‘@’%’ ;
标签:ant option ges root 报错 span with key sql
原文地址:https://www.cnblogs.com/yuanhang/p/10160849.html