Temporarily lock the innoDB table
I am doing large inserts of several thousand rows in my current web application and I would like to make sure that nobody else can do anything other than read the table until the inserts are done.
What's the best way to do this while keeping read accessibility available to regular non-admin users?
Thanks!
+2
a source to share
3 answers