is this proper use of BACKUP command?

2003-08-14 Thread anders thoresson
Hi, I've just had the first look at the BACKUP command. Is this proper use? db_connect($dbuser, $dbpassword, $dbdatabase); // Lock and flush tables before backup $query = "LOCK TABLES un_article READ, un_article_writer READ"; $result = mysql_query($query) or error(mysql_e

is this proper use of mysql BACKUP?

2003-08-14 Thread anders thoresson
Hi, I've just had the first look at the BACKUP command. Is this proper use? db_connect($dbuser, $dbpassword, $dbdatabase); // Lock and flush tables before backup $query = "LOCK TABLES un_article READ, un_article_writer READ"; $result = mysql_query($query) or error(mysql_e

Is this proper

2001-05-22 Thread Mike
Using Windoze version, latest build. My table has four fields three VCHAR and one BLOB. After inserting into the table two names and two bmp files into the blobs, worked nice thanks to the help I got from here, my table looks like this. It's the crazy - stuff thats throwing me. --