Kevin, Wednesday, July 31, 2002, 7:27:22 AM, you wrote: K> I am hosted on a shared/virtual hosting plan and would like to backup the K> one of the mysql tables on a daily basis. mysqldump is not available.
K> I attempted to run the query - SELECT * INTO OUTFILE K> '/path/to/my/file/file.sql' FROM items and got the folowing error: K> DBD::mysql::st execute failed: Access denied for user: K> '[EMAIL PROTECTED]' K> (Using password: YES) at ../public_html/cgi-bin/parse.pl line 24. K> What is the best way to back up a mysql db table? User must have FILE privilege to use SELECT INTO OUTFILE and LOAD DATA INFILE. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- 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