This is a discussion on Access Denied to MYSQL Outfile within the MySQL Database forums, part of the Database Forums category; when I use Select * into outfile "filename.txt", a file is produced that I dont have access to. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
when I use
Select * into outfile "filename.txt", a file is produced that I dont have access to. The file is owned by administrators as shown below. Directory of D:\download\validation 10/16/2007 03:25 PM 1,518 BUILTIN\Administrators cost_center.csv 1 File(s) 1,518 bytes 0 Dir(s) 2,993,750,016 bytes free How do I get MYSQL to produce a file that I can get to? |
|
|||
|
== Quote from djk (daniel.katcher@gmail.com)'s article
> when I use > Select * into outfile "filename.txt", a file is produced that I dont > have access to. > The file is owned by administrators as shown below. > Directory of D:\download\validation > 10/16/2007 03:25 PM 1,518 BUILTIN\Administrators > cost_center.csv > 1 File(s) 1,518 bytes > 0 Dir(s) 2,993,750,016 bytes free > How do I get MYSQL to produce a file that I can get to? try the full path to the file. -- POST BY: lark with PHP News Reader ;o) |