I am trying to connect to MySQL database remotely,.
my connection string is
con = driver->connect("tcp://192.168.0.114:3306/","root","");
and i am developing my project on VC++.
and error is
Err: Cant connect to MySQl server on '192.168.0.114' ((10060) MySQL error code 2003
Thanks in Advance