Quantcast
Channel: MySQL Forums - Connector/C++
Viewing all articles
Browse latest Browse all 527

mysql connector c++ 8.0.20 (3 replies)

$
0
0
Hi, when i use c++ api connect to mysql server, it is conencted time out!!

computer: win7 sp1 vs2019 professional

code :
std::string user = "test";
std::string passwd = "123";
std::string ip = "localhost";

Session sess(ip, 3306, user, passwd);
Schema db = sess.getSchema("test");

i don't know what happend

Viewing all articles
Browse latest Browse all 527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>