摘要:
通过nginx转发,用外网连接阿里云的redis,报Unexpected end of stream的解决办法 一、在与redis同一个内网的服务器上A的nginx做了下面的设置 stream { upstream redis { server redis.rds.aliyuncs.com:6379 阅读全文
摘要:
mysql CREATE DATABASE IF NOT EXISTS my_db default charset utf8 COLLATE utf8_general_ci; grant all privileges on weixin.* to 'weixin'@'localhost' ident 阅读全文
摘要:
# # The default compiled in settings are fairly paranoid. This sample file # loosens things up a bit, to make the ftp daemon more usable. # Please see vsftpd.conf.5 for all compiled in defaults. # 这... 阅读全文
摘要:
~]# systemctl start mysql.service 要启动MySQL数据库是却是这样的提示 Failed to start mysqld.service: Unit not found 解决方法如下: 首先需要安装mariadb-server ~]# yum install -y m 阅读全文