Hello,

I am hosted on a shared/virtual hosting plan and would like to backup the
one of the mysql tables on a daily basis. mysqldump is not available.

I attempted to run the query - SELECT * INTO OUTFILE
'/path/to/my/file/file.sql' FROM items and got the folowing error:

DBD::mysql::st execute failed: Access denied for user:
'[EMAIL PROTECTED]'
(Using password: YES) at ../public_html/cgi-bin/parse.pl line 24.

What is the best way to back up a mysql db table?

TIA.

--Kevin



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to