SQLGetPrivateProfileString failed with

后端 未结 4 2036
Happy的楠姐
Happy的楠姐 2020-12-20 16:52

Typing the command: odbcinst -q -s on RHEL 6, I get the following error message:

odbcinst: SQLGetPrivateProfileString failed with .

All my

4条回答
  •  被撕碎了的回忆
    2020-12-20 17:14

    When I had this problem, I edited /usr/local/etc/odbcinst.ini to add:

    [MySQL]
    Description = ODBC for MySQL
    Driver = /usr/lib/x86_64-linux-gnu/odbc/libmyodbc8a.so
    Setup = /usr/lib/x86_64-linux-gnu/odbc/libodbcmyS.so
    FileUsage = 1
    Pooling = Yes
    CPTimeout = 120
    

    I hope this is helpful.

提交回复
热议问题