MySQL Forums
Forum List  »  Connector/C++

CDK Error: Connection refused; X Dev API, mysqlconnector8
Posted by: Kim Woodle
Date: February 15, 2018 09:54PM

I have mysqlxsys installed on my MySQL Server 5.7. I have created the world_x sample schema, along with the sample city, country, etc. tables. My user@hostname has all privileges on the tables. I can execute queries on the tables with MySQLWorkbench. and with mysqlsh. I downloaded and built mysql-connector-cpp-master. The install created libmysqlcppconn8.so. I've linked and compiled a test app against this library. When I try to establish a Session I get the error

terminate called after throwing an instance of 'mysqlx::Error'
what(): CDK Error: Connection refused (generic:111)
Can you tell me what's going on?

I previously built and successfully tested mysqlcppconn from mysql-connector-c++-1.1.9.
The X Dev API docs mention that mysqlcppconn2 will be built. Have I installed the wrong source?

thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
CDK Error: Connection refused; X Dev API, mysqlconnector8
2694
February 15, 2018 09:54PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.