Re: locking tables , mysql 3.23.41

2003-02-06 Thread Heo, Jungsu
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

locking tables , mysql 3.23.41

2003-02-05 Thread Franz, Fa. PostDirekt MA
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