MySQL Forums
Forum List  »  Newbie

Re: are there mult-users GUI tools to administrate or query MySQL ?
Posted by: Rick James
Date: September 09, 2014 04:40PM

Caution... Probably none of the UIs are multi-user safe. For example, let's say one user does a SELECT, then decides to do an UPDATE. And another use is doing the same thing at another copy of Workbench/Phpmyadmin/etc. The two users _could_ step on each other.

InnoDB with transactions is the way for _applications_ to avoid such conflicts. For casual _admin_ usage, the various admins should communicate with each other ("I'll take care of xyz; you take care of abc.")

Options: ReplyQuote


Subject
Written By
Posted
Re: are there mult-users GUI tools to administrate or query MySQL ?
September 09, 2014 04:40PM


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.