Re: Emebedded MySQL Engine Client Server Engine

2002-05-14 Thread Gelu Gogancea
- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 1:45 AM Subject: Re: Emebedded MySQL Engine Client Server Engine Hi, Is it possible to run both of these on one server? It would be good to get rid of all the IPC for the local application but still be able

Re: Emebedded MySQL Engine Client Server Engine

2002-05-14 Thread Gelu Gogancea
Hi Nirmal, Now i understand what you wish to do. MySQL daemon don't use libmysql.This library is for client. I think you have at least 2 option : 1.Devices work off line with RDBMS and half duplex communication (from devices to DataBase). - but this devices must do an output into ASCII file,

Re: Emebedded MySQL Engine Client Server Engine

2002-05-14 Thread Gelu Gogancea
to the same data dir ... only the processes of MySQL server or an MySQL client application . then mysqld has no hangup if multiple processes use the same file. ... if are MySQL processes. Regards, Gelu _ G.NET SOFTWARE COMPANY Permanent e-mail address

Re: Emebedded MySQL Engine Client Server Engine

2002-05-14 Thread Gelu Gogancea
Hi Nirmal, If i understand well you make reference at MySQL files.In this case the client application cannot access this file directly , only by MySQL daemon using the libmysql library and not by embedded library.In my opinion i find that is VERY DANGEROUS It seems is not to be very sophisticated

Re: Emebedded MySQL Engine Client Server Engine

2002-05-13 Thread nprasad
Hi, Is it possible to run both of these on one server? It would be good to get rid of all the IPC for the local application but still be able to hit the database from remote without needing any special protocol. Has anyone tried it? Any data issues with mysql? Thanks in advance Regards Nirmal

mysql and client server

2001-01-29 Thread Hammad nasim
Does Mysql can be used in client server envorinment. Hammad Nasim New Core Networks 1032 Castro Street Mountain View, CA 94040 P 650-691-1400 F 650-938-1730 http://www.newcorenet.com - Before posting, please check: