摘要:
tar -zxvf elasticsearch-6.3.1 cd elasticsearch-6.3.1 cd conf 配置两个文件 A: elasticserach.yml cluster.name: aubin-cluster #必须相同 # 集群名称(不能重复) node.name: els 阅读全文
摘要:
mysql -u root -p //查看时区 show variables like '%time_zone%'; //修改当前会话时区 set global time_zone = '+8:00'; set time_zone='+8:00'; //立即生效flush privileges; C 阅读全文