Loading database files fails on UNLOCK TABLES statement

2005-08-31 Thread Berman, Mikhail
Hi everyone, I am trying to load backup files into a database using a small script where an actual load command is: /usr/local/bin/mysql -ux -p -f secdocs -v -e source $dir2 and it is a part of loop that reads all files fro a directory. The load freezes at the same point, when at

Re: Loading database files fails on UNLOCK TABLES statement

2005-08-31 Thread SGreen
Berman, Mikhail [EMAIL PROTECTED] wrote on 08/31/2005 12:35:19 PM: Hi everyone, I am trying to load backup files into a database using a small script where an actual load command is: /usr/local/bin/mysql -ux -p -f secdocs -v -e source $dir2 and it is a part of loop that reads

RE: Loading database files fails on UNLOCK TABLES statement

2005-08-31 Thread Berman, Mikhail
31, 2005 12:44 PM To: Berman, Mikhail Cc: mysql@lists.mysql.com Subject: Re: Loading database files fails on UNLOCK TABLES statement Berman, Mikhail [EMAIL PROTECTED] wrote on 08/31/2005 12:35:19 PM: Hi everyone, I am trying to load backup files into a database using a small script where