05 2020 档案

摘要:1.解压elasticsearch tar -avxf elasticsearch-7.1.1-linux-x86_64.tar.gz -C /usr/local/ mkdir /usr/local/elasticsearch-7.1.1/data 2.修改elasticsearch配置 vim / 阅读全文
posted @ 2020-05-30 12:49 詹姆溪 阅读(126) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_37281289/article/details/101483434 阅读全文
posted @ 2020-05-28 17:01 詹姆溪 阅读(238) 评论(0) 推荐(0) 编辑
摘要:一、修改/etc/mysql/my.conf 找到bind-address = 127.0.0.1这一行 改为bind-address = 0.0.0.0即可 二、为需要远程登录的用户赋予权限 1、新建用户远程连接mysql数据库 grant all on *.* to admin@'%' iden 阅读全文
posted @ 2020-05-26 23:49 詹姆溪 阅读(217) 评论(0) 推荐(0) 编辑
摘要:阿里云要开放10050和10051端口 (一).zabbix server 1.安装zabbix包 1.设置主机名 hostnamectl set-hostname zabbix_server systemctl stop firewalld.service #关闭防火墙 systemctl dis 阅读全文
posted @ 2020-05-26 23:38 詹姆溪 阅读(528) 评论(0) 推荐(0) 编辑
摘要:1.django迁移数据库时加字段注释,源码修改:django/db/backends/base/schema.py的column_sql方法最后添加 # Return the sql # 增加针对mysql注释的处理 if self.connection.client.executable_nam 阅读全文
posted @ 2020-05-13 17:17 詹姆溪 阅读(938) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示