Redis無法啟動或無法連線上

2021-10-05 00:00:00 字數 694 閱讀 7437

redis伺服器無法啟動或無法連線上

錯誤資訊:job for redis-server.service failed because the control process exited with error code. see 「systemctl status redis-server.service」 and 「journalctl -xe」 for details.

或者客戶端去鏈結時的錯誤資訊:

could not connect to redis at 127.0.0.1:6379: connection refused

could not connect to redis at 127.0.0.1:6379 connection refused

ps -ef|grep redis 檢視redis伺服器程序

sudo kill -9 pid 殺死redis伺服器

sudo redis-server /etc/redis/redis.conf 指定載入的配置檔案把redis的所有顯示的都殺掉

包括python 104924 103363 0 00:08 pts/23 00:00:00 grep --color=auto redis

但是這個是會自動重啟的,這就對了。

然後再次 sudo redis-server /etc/redis/redis.conf 啟動 連線redisredis-cli就完成了。

redis 無法啟動

linux上程序有5種狀態 1.執行 正在執行或在執行佇列中等待 2.中斷 休眠中,受阻,在等待某個條件的形成或接受到訊號 3.不可中斷 收到訊號不喚醒和不可執行,程序必須等待直到有中斷發生 4.僵死 程序已終止,但程序描述符存在,直到父程序呼叫wait4 系統呼叫後釋放 5.停止 程序收到sigs...

Mysql 資料庫無法連線上

在伺服器上配好了mysql,本機鏈結的時候卻老是報192.168.x.x is not allowed to connect to this mysql server.很是鬱悶,不得不上網差了資料,找到了解決辦法 1 進入mysql,建立乙個新使用者xuys 格式 grant 許可權 on 資料庫名...

MySQL無法啟動,報錯2002,無法連線

早上一來就聽說系統掛掉了,檢查了一遍tomcat,發現tomcat自己斷掉了,我的tomcat總是在一段時間之後自動關掉,這裡暫不討論tomcat的問題,通常情況下,重啟tomcat之後系統是會恢復正常的,但是今天並沒有,因為mysql也掛掉了。由於現在已經過去了好幾個小時,已經不記得當時的錯誤提示...