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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 09:01:29 2024 UTC