Search found 1 match
- Tue Oct 06, 2009 12:47 pm
- Forum: Databases
- Topic: Problem with mySQL/PHP permissions
- Replies: 2
- Views: 573
Problem with mySQL/PHP permissions
Win XP Pro, IIS, MySQL PHP 5. I create a file from mySQL with ...SELECT ...INTO OUTFILE. Subsequently, I cannot delete it with unlink(). I get Warning: unlink(db_backup/temp.txt): Permission denied in D:\Coding\Web\CC\include\functions.php Fileperms() on the file return 100666, and the file is repor...