I'm trying to create a new file on my server from the data in a table. When
I do the query it returns a permission error. I'm logged into my server
through a telnet sessions and the permissions on the dir allow me to write
to it. Here is the query below.

mysql> select * into outfile "/home/u1/me/www.somesite.com/catalogreq/
catalog.txt"
    -> fields terminated by ',' optionally enclosed by '"'
    -> lines terminated by "\n"
    -> FROM catalogs;
ERROR 1045: Access denied for user: 'me@localhost' (Using password: YES)

Any help you be great!! This really has me and my server admin confused.




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to