Son,
Sunday, March 03, 2002, 6:53:36 AM, you wrote:

SN>    It's like multiple script try to update the same piece of data in
SN> the mySQL at the same time.
SN>    Do I need to provide a method to synchronize to all my scripts.

You can read about
1. LOCK TABLES/UNLOCK TABLES.
   LOCK TABLES statement lock tables for the current thread. It is used
   for emulating transactions and to get higher speed for update
   values. Looc at:
           http://www.mysql.com/doc/L/O/LOCK_TABLES.html
2. Transactions.
   You can get some more info about transactions at:
       http://www.mysql.com/doc/S/E/SET_TRANSACTION.html
       http://www.mysql.com/doc/I/n/InnoDB_transaction_model.html


SN>          Son Nguyen

SN> --- Egor Egorov <[EMAIL PROTECTED]> wrote:
>> Son,
>> 
>> Saturday, March 02, 2002, 6:34:37 AM, you wrote:
>> 
>> SN>   Does mySQL synchronization between queries? How does mySQL
>> handle the
>> SN> query synchronization.  Does anyone know?
>> 
>> What do you mean "query synchronization" ?





-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



---------------------------------------------------------------------
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