At 11:51 -0700 6/25/03, Satheesh Ganapathi Subramanian wrote:
Hi

I'm trying to create an application linked with libmysqld.a to create an embedded server. Can my application act as a client to connect to a remote server ?

To be more precise, I would like to use
mysql_real_connect(db, "remoteserver.xxx.com", "mysql", 0, 0, 0, 0, 0).

When I do this, it seems to connect to the embedded server running on the local machine, instead of the remote server. Is there any other configuration setting that I can use to make it connect to the remote server ?

No. The embedded server has no network capabilities.


It can neither be connected to over the network, nor can it initiate
network connections.


Thanks Satheesh


--
Paul DuBois, Senior Technical Writer
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

Are you MySQL certified? http://www.mysql.com/certification/


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to