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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 請教windows下有所有的資料檔案,控制檔案,但沒有引數檔案,如何恢復?Windows
- ORACLE中沒有引數檔案和控制檔案如何通過rman恢復資料庫Oracle資料庫
- MySQL配置檔案mysql.ini引數詳解MySql
- 沒有目錄建目錄,沒有檔案建檔案
- MySQL的配置檔案的引數設定MySql
- 引數檔案
- 引數檔案/口令檔案
- Oracle引數檔案解析——引數檔案分析獲取Oracle
- Oracle引數檔案解析——引數解析Oracle
- MySQL配置檔案mysql.ini引數詳解、MySQL效能優化MySql優化
- Oracle 引數檔案Oracle
- SAP引數檔案
- Oracle引數檔案 各引數解釋Oracle
- Mysql匯入大表檔案時注意修改引數MySql
- 引數檔案恢復
- oracle的引數檔案Oracle
- Oracle 引數檔案(轉)Oracle
- ZBlogPHP為什麼修改主題檔案後沒有生效?PHP
- ASM有自己的引數、密碼、alert、監聽檔案ASM密碼
- Oracle引數修改後的生效判定Oracle
- MySQL配置檔案my.ini引數註釋說明MySql
- asm例項有沒有控制檔案嗎?ASM
- ubuntu中沒有/etc/inittab檔案Ubuntu
- etc/sudoers沒有這個檔案
- oracle控制檔案及引數檔案問題Oracle
- Oracle RAC引數檔案管理Oracle
- Oracle引數檔案基礎Oracle
- oracle 關於--引數檔案Oracle
- 檔案的時間引數
- oracle引數檔案pfile,spfileOracle
- 靜態引數檔案配置
- postgresql11修改引數永久生效方法SQL
- 冷備份之一查詢引數檔案及備份引數檔案
- 沒有字典檔案下,logminer使用。
- 修改hosts檔案不生效原因
- ORACLE 11G沒有備份檔案引數檔案在異機通過rman備份恢復找回被誤刪的資料Oracle
- MySQL-配置檔案my.cnf引數最佳化詳解MySql
- MySQL配置檔案my.cnf引數優化和中文詳解MySql優化