php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15971 mysql_query doesn't add a column
Submitted: 2002-03-09 11:33 UTC Modified: 2002-03-09 12:56 UTC
From: josef dot buk at vol dot cz Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 4.0.6 OS: Windows XP Proffesional
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: josef dot buk at vol dot cz
New email:
PHP Version: OS:

 

 [2002-03-09 11:33 UTC] josef dot buk at vol dot cz
mysql_query("alter table xxx add column (ii int)"); doesn't work. This error is returned:

ErrNo=7: Error on rename of '.\Provoz\bb.MYI' to '.\Provoz\#sql2-594-a.MYI' (Errcode: 13)

mysql_db_query($db,"alter table xxx add column (ii int)"); works correctly.

ini: standard ini and:
extension=php_dbase.dll

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-09 12:56 UTC] sniper@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 14:01:29 2024 UTC