1227- Access denied; you need (at least one of) the PROCESS privilege(s) for this operation
Posted 仁义礼智信的
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1227- Access denied; you need (at least one of) the PROCESS privilege(s) for this operation相关的知识,希望对你有一定的参考价值。
-
用root账号
给当前用赋值PROCESS的权限grant process on *.* to 数据库用户名;
-
刷新权限
flush privileges;
“You don't have permission to access /phpmyadmin/ on this server.”
<Directory "I:/1/wamp/apps/phpmyadmin3.4.10.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny //必须先Allow再Deny
Allow from all
</Directory>
以上是关于1227- Access denied; you need (at least one of) the PROCESS privilege(s) for this operation的主要内容,如果未能解决你的问题,请参考以下文章