|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-09 12:56 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 22:00:01 2025 UTC |
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