Mailinglisten-Archive |
> ich habe folgende Probleme mit phpMyAdmin und MySQL auf Windows 98: > Ich erstelle eine neue DAtenbank und eine Tabelle, alles ohne Probleme: > Wenn ich der Tabelle nun ein neues Feld hinzufügen möchte erhalte ich immer > folgende Fehlermeldung: > MySQL said: Error on rename of './Soccer/user.ISD' to 'Soccer/B-2c.ISD' > (Errcode:13) > > Danach ist die Tabelle komplett verschwunden und ich muß Sie neu anlegen! Hi Stefan, MySQL Doku sagt zum errcode:13 folgendes: If you have problems with file permissions, for example, if mysql issues the following error message when you create a table: ERROR: Can't find file: 'path/with/filename.frm' (Errcode: 13) Then the environment variable UMASK might be set incorrectly when mysqld starts up. The default umask value is 0660. You can change this behavior by starting safe_mysqld as follows: shell> UMASK=384 # = 600 in octal shell> export UMASK shell> /path/to/safe_mysqld & naja, wem es hilft ... Ansonsten, zwecks weiterer Recherche: http://www.dynamic-webpages.de dort gibt es unter tips das manual im .chm Format (nur unter windows nutzbar - aber dafür umso praktischer). *heuteirgendwiefaul* mit bestem Gruß -Armin _____________________________________________________________ Du bist PHP - Einsteiger ? Installationsguides, BestofGML, Tips, Links MySQL-Tutorial und *NEU* WhoIsWho *NEU* --- alles zu PHP3 .... DyNAMIc WEb PAGes at http://www.dynamic-webpages.de ______________________________________________________________
php::bar PHP Wiki - Listenarchive