Remote PC MySql Connect to My PC
-
Hi, Am developing MFC application and using MySql database. In my pc mysql database connection properly established. it is working fine below see that code.
mysql_init (&dbSql);
if (! mysql\_real\_connect ( &dbSql, "sim33", "root", "root", "dbperfscore", 3306, NULL, 0)) { AfxMessageBox ("Database connection failed"); printf( "Connecion establish to another PC: Error: %s\\n",mysql\_error(&dbSql)); }
but my problem is, i can't connect another PC(remote pc) that time it shows "Database connection failed" error. Please solve this issue ASAP. please help me.
-
Hi, Am developing MFC application and using MySql database. In my pc mysql database connection properly established. it is working fine below see that code.
mysql_init (&dbSql);
if (! mysql\_real\_connect ( &dbSql, "sim33", "root", "root", "dbperfscore", 3306, NULL, 0)) { AfxMessageBox ("Database connection failed"); printf( "Connecion establish to another PC: Error: %s\\n",mysql\_error(&dbSql)); }
but my problem is, i can't connect another PC(remote pc) that time it shows "Database connection failed" error. Please solve this issue ASAP. please help me.
-
Hi, Am developing MFC application and using MySql database. In my pc mysql database connection properly established. it is working fine below see that code.
mysql_init (&dbSql);
if (! mysql\_real\_connect ( &dbSql, "sim33", "root", "root", "dbperfscore", 3306, NULL, 0)) { AfxMessageBox ("Database connection failed"); printf( "Connecion establish to another PC: Error: %s\\n",mysql\_error(&dbSql)); }
but my problem is, i can't connect another PC(remote pc) that time it shows "Database connection failed" error. Please solve this issue ASAP. please help me.
D.Manivelan wrote:
but my problem is, i can't connect another PC(remote pc) that time it shows "Database connection failed" error.
And the error is?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
D.Manivelan wrote:
but my problem is, i can't connect another PC(remote pc) that time it shows "Database connection failed" error.
And the error is?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
Yes that PC also in the network. I can connect via run mode.
-
Yes that PC also in the network. I can connect via run mode.