欢迎投稿

今日深度:

MySQL优化之——为用户开通mysql权限,优化开通

MySQL优化之——为用户开通mysql权限,优化开通mysql权限


转载请注明出处:http://blog.csdn.net/l1028386804/article/details/46627263

为用户开通mysql权限:

grant all privileges on *.* to liuyz @"%" identified by "liuyz";
flush privileges;

www.htsjk.Com true http://www.htsjk.com/shujukunews/8967.html NewsArticle MySQL优化之——为用户开通mysql权限,优化开通mysql权限 转载请注明出处:http://blog.csdn.net/l1028386804/article/details/46627263 为用户开通mysql权限: grant all privileges on *.* to liuyz @% identified by liu...
评论暂时关闭