时间:2021-07-01 10:21:17 帮助过:44人阅读
使用odbcinst -q 时,如果出现:
odbcinst:SQLGetPrivateProfileString failed with.
则可能为环境变量的配置有问题,在系统中增加环境变量即可
操作命令为:
Shell# vi /etc/profile
export ODBCSYSINI=/etc
export ODBCINI=/etc/odbc.ini
具体具体路径根据实际具体环境不同而改变
Zabbix 使用ODBC监控数据库错误处理
标签:private odbc shel port 环境变量 ini 数据库 系统 方式