php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42231 Unable to Write to/Updata Mysql Database on NTFS System
Submitted: 2007-08-07 08:31 UTC Modified: 2007-12-23 14:15 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: awesoft at myway dot com Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 4.4.7 OS: window Xp
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: awesoft at myway dot com
New email:
PHP Version: OS:

 

 [2007-08-07 08:31 UTC] awesoft at myway dot com
Description:
------------
I am one of PHP/mySQL users from Nigeria.
I have been trying to update or write to my mySQL database running on NTFS but i cannot. What can I do. Alternatively, I run it on FAT32 file system and it is OK. Is there any security configuration I need to do on NTFS before the updating can be done??????.

Please, I will be very grateful if the security settings can be sent to me.

Thanks.
I am proud to be a PHP/mySQL user!!!!!!

Reproduce code:
---------------
$sql="Update my_table set sname='awe'";
mysql($sql,$myDB);

Expected result:
----------------
Error is not displayed but the table (in the mySQL database running on NTFS) will not be updated.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-12-23 14:15 UTC] hholzgra@php.net
As this is a problem on the MySQL server side it does not belong into the PHP bug system. The forums on http://forums.mysql.com/ are better suited for this kind of questions
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon May 05 07:01:32 2025 UTC