MySQL Forums
Forum List  »  Security

Security Issue when running sh File queries
Posted by: Imtiaz Kajee
Date: October 06, 2008 12:20AM

Hi guys

I need so help please .

We have installed a new server and did the dump of data all fine.

However I am getting a Access Denied error when running some queries through a sh file .If i run the query through a MYSQL Query browser i get the access denied error as well .This is what the error looks like

Access denied for user 'root'@'%' (using password: NO)

This is the query i am running

SELECT max(`Bkg Date`)
INTO OUTFILE '/var/www/html/reports/imtiaz/DDF.\test\`.csv'
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
FROM imtiaz.DDF;

Can anyone help with a solution please

Options: ReplyQuote


Subject
Views
Written By
Posted
Security Issue when running sh File queries
4528
October 06, 2008 12:20AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.