php技术博客
让天下没有搞不定的bug~

解决Wrong permissions on configuration file, should not be world writable!

今天在服务器上访问phpMyAdmin,出现这样的提示

Wrong permissions on configuration file, should not be world writable!

查资料一看,原来phpMyAdmin要在755权限下才能正常工作(777不行)。所以解决办法也就来了:

 

SSH,cd到phpMyAdmin上级目录,

chmod -R 755 phpMyAdmin

OK啦!忘记了以前吧整个目录都设置成777的权限了……

赞(0)
未经允许不得转载:PHP技术博客 » 解决Wrong permissions on configuration file, should not be world writable!

评论 3

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
  1. #3

    您觉得这样子很好吗?

    php技术博客网友10年前 (2013-03-05)回复
  2. #2

    友情提醒,博主该更行博客了

    php技术博客网友10年前 (2013-02-28)回复
  3. #1

    分析得好,支持下,可以转载吗?

    php技术博客网友10年前 (2013-02-28)回复