3 10:35 PM
Subject: locking tables , mysql 3.23.41
> Dear Ladies and Gentlemen,
>
> in order to backup databases or better the whole server file-based , I'd
> like
> to know , if there is a way to get a read-Lock for all tables in a database
> or even better for all tables i
Dear Ladies and Gentlemen,
in order to backup databases or better the whole server file-based , I'd
like
to know , if there is a way to get a read-Lock for all tables in a database
or even better for all tables in all databases.
Something like:
LOCK TABLES .% READ;
which I tried cause I'm foool