`

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

 
阅读更多

   前言:

          今天在Linux下构建php,mysql的时候,还是遵循了那句“在Linux下问题总是异常多”。

 

  场景:
         进入phpMyAdmin页面时显示:Wrong permissions on configuration file, should not be world writable
   
  原因:
         是phpmyadmin目录权限设置的问题,如果把phpmyadmin的所有文件chmod 777就会出现这个提示了
 
  解决方法:
         只要修改文件属性就可以了,phpmyadmin要运行在755权限下,
         终端运行chmod 755 phpmyadmin

         原来是phpmyadmin权限为777,要把所有文件的组和其他用户的写权限全部去掉才行,将权限改为755后一切正常.

         以前遇到权限问题都是一律设为777,现在看来不能再这样了,呵呵,php在考虑安全问题的时候也是很谨慎的!

1
1
分享到:
评论
1 楼 chenwq 2011-09-09  
/ / / / / / / / 便

相关推荐

    Unix file system permissions

    ### Unix 文件系统权限详解 #### 一、Unix 文件系统简介 Unix 文件系统是为多用户环境设计的,每个用户都被分配了一个唯一的用户ID(UID),这使得系统能够追踪每个用户的活动,并实施相应的访问控制策略。...

    drupal 6.12

    For more information on setting file permissions, see "Modifying Linux, Unix, and Mac file permissions" (http://drupal.org/node/202483) or "Modifying Windows file permissions" ...

    Invalid File Permissions(解决方案).md

    Invalid File Permissions(解决方案).md

    rsync同步时出现rsync: failed to set times on “xxxx”: Operation not permitted

    今天在同步数据的时候提示rsync: failed to set times on “xxxx”: Operation not permitted,一般来说要不是服务器时间不对或者权限没有设置好,下面软件开发网小编就为大家整理了一些资料 第一种方法: 出现rsync...

    大数据集群搭建.pdf

    you may not use this file except in compliance with the License. You may obtain a copy of the License at ...

    NTFSPermissionsTools文件及文件夹权限修改工具

    在Windows中,NTFS(New Technology File System)是默认的文件系统,相比FAT32等其他系统,它具有更高级的安全特性,其中包括对每个文件和文件夹设置不同用户的访问权限。 在NTFS文件系统下,权限管理是通过ACL...

    passport-general.zip

    【标题】"passport-general.zip" 是一个与跨境电子商务平台通关服务相关的源代码压缩包,它包含了一套系统后台管理模块,用于处理交易数据的核心管理功能。这个系统设计的重点在于为跨境电商提供高效、准确的通关...

    Apache No space left on device: mod_rewrite: could not create rewrite_log_lock Configuration Failed

    ### Apache No space left on device: mod_rewrite: could not create rewrite_log_lock Configuration Failed 在使用Apache Web服务器时,可能会遇到一个常见的错误:“No space left on device: mod_rewrite: ...

    NTFS权限管理.超好用工具.Permissions Tools

    NTFS(New Technology File System)是Windows操作系统中的一个高级文件系统,它提供了强大的安全性特性,尤其是权限管理。在NTFS文件系统中,每个文件和文件夹都有相应的访问控制列表(ACL),用来定义不同用户和组...

    Permissions

    "Permissions"一词直译为“权限”,在操作系统、数据库、网络服务以及各种应用程序中都有广泛应用。它涉及到用户或进程对资源(如文件、目录、数据库记录)的访问控制,以防止未经授权的访问和操作。下面将详细阐述...

    WildMagic4.8最新游戏引擎源代码Game Engine 文档

    Wild Magic 4.2 and later is now Open Source, using the GNU ...some script files (.sh extension) that must be assigned the correct permissions. These will be discussed later in the section on compiling.

    WildMagic4.8最新游戏引擎源代码(内含Game Engine 安装文档)(1)

    游戏引擎 源码 wildMagic 4.8,压缩卷1 Wild Magic 4.2 and later ...some script files (.sh extension) that must be assigned the correct permissions. These will be discussed later in the section on compiling.

    FileAttribute

    在IT领域,文件属性(File Attribute)是操作系统用于标识和管理文件的重要机制。它提供了关于文件的基本信息,如隐藏、只读、系统、存档等状态。这些属性可以帮助用户和程序更好地控制文件的访问和存储。现在我们来...

    Win7Permissions v1.0

    《深入理解Windows 7文件权限:Win7Permissions v1.0工具详解》 在Windows操作系统中,文件权限管理是一项至关重要的安全机制,它确保了用户只能访问他们被授权的资源,从而保护系统和个人数据免受未经授权的访问。...

    gitlab-runner-windows-amd64.exe

    Make sure to restrict the Write permissions on the GitLab Runner directory and executable. If you do not set these permissions, regular users can replace the executable with their own and run ...

    Android代码-android-RuntimePermissions

    Android RuntimePermissions Sample This sample shows runtime permissions available in Android M and above. ...All permissions still need to be declared in the AndroidManifest. However, when acc

    微软内部资料-SQL性能优化2

    Contents Module Overview 1 Lesson 1: Memory 3 Lesson 2: I/O 73 Lesson 3: CPU 111 ... It should be pointed out that SQL Server was linked using the /LAREGEADDRESSAWARE flag and can leverage ...

    Android 6.0 permissions Demo

    在Android 6.0(Marshmallow)中,谷歌引入了一项重要的权限管理更新,即运行时权限模型。这个Demo项目旨在展示如何在Android 6.0及更高版本中处理应用程序的权限请求。在这个系统中,应用程序不再在安装时获得所有...

Global site tag (gtag.js) - Google Analytics