Can you tell me...how to use php program export mySQL Data to excel files? (Save excel file into my PC)
I already use "INTO OUTFILE", but not work...
Please tell me why...
Error Message:
SQL-query :
SELECT uid, fullname
INTO OUTFILE 'c:/result.txt'
FIELDS TERMINATED BY ','
OPTIONALLY ENCLOSED BY '"'
LINES TERMINATED BY '\n'
FROM users
ORDER BY partnumber
MySQL said:
Access denied for user: 'sa6@localhost' (Using password: YES)
[php_man][/php_man]