Hi all...
I am working with PHP and mysql. I have one form from which i am importing data into the table.
Now i want "email " field result into a text file
I am using code
[code=sql]
select email from table_1 into outfile '/location/result.txt';
[/Code]
but when i run that query ,it gives me that error..ERROR 1045 (28000): Access denied error....and whether it is a right query or not...plz help me
I am working with PHP and mysql. I have one form from which i am importing data into the table.
Now i want "email " field result into a text file
I am using code
[code=sql]
select email from table_1 into outfile '/location/result.txt';
[/Code]
but when i run that query ,it gives me that error..ERROR 1045 (28000): Access denied error....and whether it is a right query or not...plz help me
Comment