I am running MySQL 4..0.7-gamma on Red Hat Linux 7.2.
I wish to download data from my database.
I have a directory called 'Results' with permissions set to: drwxrwxrwx
I enter the command:
SELECT * INTO OUTFILE '/home/rick/Results/Results.txt' FROM Answer;
and I get:
ERROR 1045: Access denied for user '[EMAIL PROTECTED]' (Using password: YES)
The command without the "INTO OUTFILE '/home/rick/Results/Results.txt'" clause works just fine.
Where have I missed the bus?
Thanks
-------------------------------------------
Rick Duley
School of Engineering Science
Murdoch University, Perth, Western Australia
aussie : 0409 106 049
o'seas : +61 409 106 049
.-_|\
"The Main Thing is / \
to keep the Main Thing perth *_.-._/
the Main Thing" v
(Stephen Covey, 1994)
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]