MySQL Forums
Forum List  »  Connector/C++

Re: CDK Error: Connection refused; X Dev API, mysqlconnector8
Posted by: Luis Manuel Pinto da Silva
Date: March 16, 2018 06:11PM

Hi Kim,

1.1.x and X Dev API (8.0.x) are two different things...

Are you pointing connector to the correct port? (xplugin creates a new port different than default 3306 port).

Check if server is listening on both ports.

For latest 8.0 code, use this one:
https://github.com/mysql/mysql-connector-cpp/releases/tag/8.0.7-rc

If in trouble, let me know!

Thanks,
Luís

Luís Silva

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: CDK Error: Connection refused; X Dev API, mysqlconnector8
1152
March 16, 2018 06:11PM


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.