亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

redis數據庫的安裝及注意事項

發布時間:2020-07-26 14:04:30 來源:網絡 閱讀:505 作者:落雪無蘅 欄目:關系型數據庫

? 安裝源碼包
[root@40 ~]# tar -xf redis/redis-4.0.8.tar.gz -C .
[root@40 ~]# cd redis-4.0.8/
[root@40 redis-4.0.8]# yum -y install gcc gcc-c++
[root@40 redis-4.0.8]# make && make install
[root@40 redis-4.0.8]# ./utils/install_server.sh
[root@40 redis-4.0.8]# vim /etc/redis/6379.conf
70 bind 192.168.4.40 #修改ip
93 port 6040 #修改端口
[root@40 redis-4.0.8]# ln -s /etc/init.d/redis_6379 /sbin/
[root@40 redis-4.0.8]# redis_6379 stop
[root@40 redis-4.0.8]# redis_6379 start
[root@40 ~]# ss -antulp | grep redis
tcp LISTEN 0 128 192.168.4.40:6040 : users:(("redis-server",pid=4846,fd=6))
此時用腳本關閉redis會報如下錯誤
[root@40 ~]# redis_6379 -stop
Please use start, stop, restart or status as first argument
解決方法1:[root@40 ~]# redis-cli -h 192.168.4.40 -p 6040 shutdown
解決方法2:需要更改腳本文件
[root@40 ~]# vim /etc/init.d/redis_6379
8 REDISPORT="6040"
43 $CLIEXEC -h 192.168.4.40 -p $REDISPORT shutdown
設置完畢后就可以使用腳步關了
如:
[root@40 ~]# ss -antulp | grep redis
tcp LISTEN 0 128 192.168.4.40:6040 : users:(("redis-server",pid=4846,fd=6))
關閉redis
[root@40 ~]# redis_6379 stop
Stopping ...
Redis stopped

設置連接密碼
1.修改配置文件
[root@40 ~]# vim /etc/redis/6379.conf
501 requirepass 123446(密碼)
設置秘密后我們用腳本關閉文件會出現如下報錯
[root@40 ~]# redis_6379 stop
Stopping ...
(error) NOAUTH Authentication required.
Waiting for Redis to shutdown ...
Waiting for Redis to shutdown ...
Waiting for Redis to shutdown ...
Waiting for Redis to shutdown ...
Waiting for Redis to shutdown ...
。。。。。。。。。。。
解決方法1:
[root@40 ~]# redis-cli -h 192.168.4.40 -p 6040 -a 123446 shutdown
解決方法2:修改腳本文件
43 $CLIEXEC -h 192.168.4.40 -p $REDISPORT -a 123446 shutdown
[root@40 ~]# redis_6379 stop
Stopping ...
Waiting for Redis to shutdown ...
Redis stopped

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

宁国市| 凤台县| 武城县| 河西区| 鄂托克旗| 三河市| 陈巴尔虎旗| 突泉县| 关岭| 扶沟县| 维西| 东阿县| 玉溪市| 黄浦区| 柘城县| 博野县| 鹿邑县| 盐亭县| 湘西| 阿拉善盟| 弋阳县| 盐边县| 阜康市| 锡林浩特市| 唐河县| 疏附县| 平塘县| 罗平县| 荆门市| 沈丘县| 越西县| 平阴县| 乌拉特中旗| 青田县| 如皋市| 稷山县| 钦州市| 塔河县| 苍梧县| 漳州市| 罗平县|