On 29 May 2001 00:27:42 -0700, Poornima Visvesvaran wrote:
> What is mysqlclient and mysql server.

"mysqlclient" is name of MySQL client side library. "mysql server" is a
MySQL Server.
 

> Where will I get it.


http://www.mysql.com

 
> What is the difference between them.


MySQL server stores data and know how to find something within it. All
client side stuff doesn't know much about data but knows, how to ask it.
One server can answer queries of many clients. 

-- 
MySQL Security Administrator
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Tonu Samuel <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Tallinn, Estonia
       <___/




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to