无详细内容 无 grant all privileges on *.* to 'userName'@'%' identified by 'password' WITH GRANT OPTION;FLUSH PRIVILEGES;/**on *.* 是 on 数据库.表 @% 是任意的 @ip 可以具体某个ip**/
<无详细内容> <无> $velocityCount-->grant all privileges on *.* to 'userName'@'%' identified by 'password' WITH GRANT OPTION; FLUSH PRIVILEGES; /** on *.* 是 on 数据库.表 @% 是任意的 @ip 可以具体某个ip **/