MySQL Forums
Forum List  »  General

Re: Multiple transactions in MySQL
Posted by: Rick James
Date: July 11, 2013 09:38PM

Can you elaborate on the question.

One instance of the mysql commandline client can have one connection to one mysql server instance.

Multiple mysql commandline instances can be connected to whatever. If two of them are connecting to the same server and acting on the same tables, then there are safeguards against corruption due to this "simultaneous" access. Usually it involves one client waiting for the other client to finish with its operation.

The above comments apply to any "client" -- Perl, PHP, JDBC, etc.

Options: ReplyQuote


Subject
Written By
Posted
Re: Multiple transactions in MySQL
July 11, 2013 09:38PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.