RE: usage of mysql command

2002-07-22 Thread Barnali
Barnali Cc: [EMAIL PROTECTED] Subject: usage of mysql command Actually i want to lock a db in mysql with the flush command should i go thru CPAN for that purpose or i can do it with a single command like mysql -u -p DBNAME --execute "flush tables with read only" i have trie

usage of mysql command

2002-07-22 Thread Charitha
l Is there anyone to correct this??? thank you. On Mon, 22 Jul 2002, Barnali wrote: > download mysql module of perl from cpan.org. > > Barnali > > -Original Message- > From: Charitha [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 22, 2002 12:08 PM > To: [EM

RE: usage of mysql command

2002-07-22 Thread Barnali
download mysql module of perl from cpan.org. Barnali -Original Message- From: Charitha [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 12:08 PM To: [EMAIL PROTECTED] Subject: usage of mysql command Hello all, How to use mysql command in perl script? I want to lock the db

usage of mysql command

2002-07-21 Thread Charitha
Hello all, How to use mysql command in perl script? I want to lock the db thru a perl(or shell)script. Thanx in advance. -- Charitha - Before posting, please check: http://www.mysql.com/manual.php (the manual) http:/