rgoldman 2 Posted March 7, 2019 Share Posted March 7, 2019 Hello! I need help installing Mobile Device Connector. Running Cent OS 7 64-bit I am getting this error message: Quote The database server is not configured correctly. Please check the documentation and reconfigure the database server as needed. This is my /etc/odbcinst.ini: [PostgreSQL] Description=ODBC for PostgreSQL Driver=/usr/lib/psqlodbcw.so Setup=/usr/lib/libodbcpsqlS.so Driver64=/usr/lib64/psqlodbcw.so Setup64=/usr/lib64/libodbcpsqlS.so FileUsage=1 [MySQL] Description=ODBC for MySQL Driver=/usr/lib/libmyodbc5.so Setup=/usr/lib/libodbcmyS.so Driver64=/usr/lib64/libmyodbc5.so Setup64=/usr/lib64/libodbcmyS.so FileUsage=1 [MySQL ODBC 5.2 Unicode Driver] Driver=/usr/lib64/libmyodbc5w.so UsageCount=1 [MySQL ODBC 5.2 ANSI Driver] Driver=/usr/lib64/libmyodbc5a.so UsageCount=1 This is my install script: ./mdmcore-linux-x86_64.sh \ --https-cert-path=/root/httpsCredentials.pfx \ --https-cert-password=mypass \ --port=2222 \ --db-type="MySQL" \ --db-driver="MySQL ODBC 5.2 Unicode Driver" \ --db-admin-username="root" \ --db-admin-password=mypass \ --db-user-password=mypass \ --db-hostname="127.0.0.1" \ --webconsole-password=mypass\ --hostname=era.my.dom \ --mdm-hostname=mdm.my.dom Please point me in the right direction I'm not sure where else to look. Thanks Link to comment Share on other sites More sharing options...
rgoldman 2 Posted March 7, 2019 Author Share Posted March 7, 2019 (edited) So I found the mdm install log, fixed MySQL settings and got MDC up and running. Edited March 7, 2019 by rgoldman Link to comment Share on other sites More sharing options...
ESET Staff MartinK 375 Posted March 7, 2019 ESET Staff Share Posted March 7, 2019 For future reference, required configuration for MySQL server is described in documentation: MySQL installation and configuration Link to comment Share on other sites More sharing options...
Recommended Posts