sleep command

2008-06-04 Thread Alexey
Hello all! I have a little problem with mysql I got in an inheritance a database in tar archive (/var/lib/mysql/db_name in db_name.tar.gz) I only put this db (in /var/lib/mysql/) on another server an restart mysql daemon show databases; shows that database imported... but I am not sure in e co

SLEEP command in mysql

2003-07-28 Thread Subhakar Burri
Hi all, Is there a 'sleep' command in mysql? I'm trying to take a backup of MySQL instance from a ksh script, and I want to lock all the tables before I take a back of all datafiles. So, once I issue the lock tables command and exit the session to take backup of the OS files, t