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, "remoteser
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 s