MySQL引數檔案沒有生效
啟動資料庫後,發現引數檔案沒有生效,使用了預設的設定
仔細檢視啟動命令,發現有Warning: World-writable config file '/etc/my_55_3306.cnf' is ignored的警告
仔細檢視啟動命令,發現有Warning: World-writable config file '/etc/my_55_3306.cnf' is ignored的警告
-
[root@tomcat02 ~]# /home/mysql_software_55/bin/mysqld_safe --defaults-file=/etc/my_55_3306.cnf &
-
[1] 19032
-
[root@tomcat02 ~]# Warning: World-writable config file '/etc/my_55_3306.cnf' is ignored
-
Warning: World-writable config file '/etc/my_55_3306.cnf' is ignored
-
180423 09:18:41 mysqld_safe Logging to '/home/mysql_software_55/data/tomcat02.err'.
-
180423 09:18:41 mysqld_safe Starting mysqld daemon with databases from /home/mysql_software_55/data
-
-
# 檢視引數檔案的許可權,發現其他組也具有寫許可權
-
[root@tomcat02 mysql_software_55]# ll /etc/my_55_3306.cnf
-
-rw-rw-rw- 1 root root 2252 Apr 23 12:24 /etc/my_55_3306.cnf
-
-
# 解決方法,收回其他組的寫許可權
- [root@tomcat02 mysql_software_55]# chmod 644 /etc/my_55_3306.cnf
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26506993/viewspace-2153234/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MySQL的配置檔案的引數設定MySql
- 【趙渝強老師】MySQL的引數檔案MySql
- ZBlogPHP為什麼修改主題檔案後沒有生效?PHP
- ASM有自己的引數、密碼、alert、監聽檔案ASM密碼
- Oracle RAC引數檔案管理Oracle
- etc/sudoers沒有這個檔案
- MySQL-配置檔案my.cnf引數最佳化詳解MySql
- mysql學習7:第四章:資料庫檔案--引數檔案和型別MySql資料庫型別
- Nginx 配置檔案引數詳解Nginx
- Oracle RAC修改引數檔案位置Oracle
- git加了.gitignore檔案不生效Git
- 修改hosts檔案不生效原因
- input檔案選擇框檔案過濾引數accept
- postgresql11修改引數永久生效方法SQL
- composer.json 檔案引數詳解JSON
- 2.6.1.1 初始化引數檔案示例
- 【XTTS】xtt.properties 檔案引數描述TTS
- 12.MyBatis學習--對映檔案_引數處理_單個引數&多個引數&命名引數MyBatis
- win10刪除檔案沒有提示怎麼辦 win10刪除檔案沒有提示的方法Win10
- oracle 控制檔案及引數檔案何時自動備份Oracle
- MongoDB啟動檔案配置引數詳解MongoDB
- redis配置檔案中各引數詳解Redis
- Linux網路卡配置檔案 引數詳解Linux
- MyBaits | 對映檔案之引數處理AI
- Kafka - 配置檔案引數最佳化方案Kafka
- 如何從文字檔案讀入 SQL 引數SQL
- el-upload 檔案上傳帶引數
- .yaml引數檔案的編寫和使用YAML
- spring boot 打war包後沒有配置檔案Spring Boot
- git提交中出現沒有變化的檔案Git
- nginx容器卷對映檔案不生效Nginx
- 系統引數nofile設定不生效問題
- 2.4.5 Step 4: 建立初始化引數檔案
- 2.7.2 遷移到伺服器引數檔案(spfile)伺服器
- 2.6.1.2 平文字初始化引數檔案格式
- 2.7.9 備份伺服器引數檔案(SPFILE)伺服器
- 2.7.8 匯出伺服器引數檔案(SPFILE)伺服器
- linux 程式引數檔案 /proc/pid/cmdline 簡介Linux