Re: Connection with MySql
This looks more like a system error. What happens if you try to connect to that database using mysql console?
Re: Connection with MySql
Quote:
Originally Posted by wysota
This looks more like a system error. What happens if you try to connect to that database using mysql console?
hi,
I was sloved that problem. Just add few codes in main cpp program. such as
Inc files:
#include <winsock.h> and create object for WSADATA and initialize startup module WSAStartup(0x0202, &wsadata) .
Thanks for Your valuable reply.