Linux Centos6.5 使用問題彙總
文章目錄
1. Centos6.5 安裝
參考:
Linux之虛擬機器VMware及系統centos6.5安裝及解除安裝
2. SSH伺服器拒絕了密碼,請再試一次
解決:
1、sshd設定不允許root使用者遠端登入,修改檔案 /etc/sshd/ssh_config ;
2、登入使用者名稱為"root"
參考:SSH伺服器拒絕了密碼
3. ifconfig 不顯示ipv4 / eth0地址
解決:
1、修改系統配置檔案 /etc/sysconfig/network-scripts/ifcfg-eth0 ;
2、GATEWAY末尾為2
參考:Linux基礎 CentOS 6.5 ifconfig命令 不顯示ipv4地址
4. 修改為靜態IP後,無法ping通
解決:
1、修改系統配置檔案 /etc/sysconfig/network-scripts/ifcfg-eth0 ;
2、GATEWAY末尾為2
5. MySQL安裝成功,與主機視覺化工具連線失敗
解決:
1、修改防火牆白名單 /etc/sysconfig/iptables ;
2、新增3306埠 -A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT
3、修改後檢視狀態 service iptables status
4、修改mysql庫中與系統許可權相關的表user update user set host = '%' where user = 'root';
5、重新整理許可權 flush privileges
6、在遠端就可通過root使用者訪問MySQL
tips:持續更新中…
相關文章
- OPNET使用問題彙總
- Logback使用問題彙總
- 【Linux】CentOS操作和問題彙總LinuxCentOS
- SpringBoot 使用 Elasticsearch 問題彙總Spring BootElasticsearch
- Linux環境變數問題彙總Linux變數
- rabbitmq安裝使用問題彙總MQ
- PLSQL安裝與使用問題彙總SQL
- 使用Spring Data Jpa遇到問題彙總Spring
- Redis問題彙總Redis
- 安全問題彙總
- RecyclerView問題彙總View
- CSS問題彙總CSS
- spring data redis 專案使用問題彙總SpringRedis
- VMWare Station 問題彙總
- openni niviewer問題彙總View
- pandas包 問題彙總
- Linux下處理時間同步相關問題彙總Linux
- 華為雲問題彙總
- 【leetcode】揹包問題彙總LeetCode
- Bootstrap常見問題彙總boot
- ArchLinux各種問題彙總Linux
- 騰訊雲問題彙總
- Java 常見問題彙總Java
- Android中handler問題彙總Android
- Redis常見問題彙總Redis
- 一些小問題彙總
- 介面超時問題彙總
- Linux常見問題彙總,比較適合菜鳥哈Linux
- RDSforSQLserver空間問題排查彙總SQLServer
- Redis Manager 常見問題彙總Redis
- 驗證碼安全問題彙總
- python操作word、pdf問題彙總Python
- 文字串接問題彙總字串
- 代理IP常見問題彙總
- Homestead環境遇到問題彙總
- Vue專案常見問題彙總Vue
- ReactJs移動端相容問題彙總ReactJS
- 二、Git 問題彙總及處理Git