windows下influxDB的安装及启动

本文详细介绍了在Windows系统中如何下载并安装InfluxDB,包括从指定下载地址获取软件,解压后修改配置文件influxdb.conf的关键步骤,以及启动InfluxDB服务的方法,如使用命令行启动和通过浏览器访问http://localhost:8083来验证安装成功。

一 下载地址

需要翻墙 https://portal.influxdata.com/downloads


二 安装

解压后对配置文件influxdb.conf进行修改,修改项(红字部分)如下:

1.全局部分

# Once every 24 hours InfluxDB will report usage data to usage.influxdata.com
# The data includes a random ID, os, arch, version, the number of series and other
# usage data. No data from user databases is ever transmitted.
# Change this option to true to disable reporting.
 reporting-disabled =true
 bind-address = ":8087"
2.[admin]部分

  # Determines whether the admin service is enabled.
   enabled = true

  # The default bind address used by the admin service.
   bind-address = ":8083"


三 启动

通过cmd命令窗口,切换到influxDB目录,执行以下命令:

influxd -config influxdb.conf


在浏览器中打开 http://localhost:8083

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值