MySQL Forums
Forum List  »  Connector/C++

Re: connector 8 Session exception
Posted by: Walter Oney
Date: November 27, 2019 10:51PM

This is also happening to me. I've tried several variations on the mysqlx::Session and SessionSettings c'tors. The pertinent code is:

#include <mysqlx/xdevapi.h>

using namespace mysqlx;

Session sess = getSession("mysqlx://user:password@127.0.0.1:3306/db&ssl-mode=required);

I'm using VS 2019, x64 debug

I'm completely stuck -- the JDBC API is broken (get_driver_instance isn't defined in any of the link libraries), and the X API is also broken.

Options: ReplyQuote


Subject
Views
Written By
Posted
2613
April 23, 2019 07:11PM
1114
April 24, 2019 05:02PM
1091
April 25, 2019 04:24PM
1064
April 26, 2019 03:08AM
1271
April 26, 2019 03:29AM
1129
April 26, 2019 07:56AM
1050
April 26, 2019 08:12AM
1182
April 26, 2019 11:04AM
1131
April 26, 2019 11:07AM
1111
April 30, 2019 08:16AM
2254
May 05, 2019 11:40AM
Re: connector 8 Session exception
1060
November 27, 2019 10:51PM
910
November 28, 2019 03:49AM
1005
February 03, 2020 12:21PM
771
February 04, 2020 09:13AM
853
February 07, 2020 01:03PM
849
February 11, 2020 12:03PM


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.