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
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
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.
--