MySql legt keine Datenbank mehr an nach XAMPP Update

Alles, was MariaDB und MySQL betrifft, kann hier besprochen werden.

MySql legt keine Datenbank mehr an nach XAMPP Update

Postby Kapinski » 16. March 2004 23:46

Habe unter Redhat Linux 8.0 Xampp 1.4 installiert und bis jetzt lief alles bestens :o - jetzt habe ich jetzt den Update auf 1.4.2 installiert und Mysql weigert sich, neue Datenbanken anzulegen. :cry:

Die Fehlermeldung:

SQL-Befehl :

CREATE DATABASE `neu`

MySQL meldet:

#1006 - Can't create database 'neu'. (errno: 28 )

Offensichtlich ist mysql nicht in der Lage, das notwendige Verzeichnis unter /opt/lampp/var/mysql/ zu erstellen.

Was tun??

Wäre dankbar für jeden Input..

Nachtliche Grüße, Kapinski (GANZ NEU HIER :roll: )
Kapinski
 
Posts: 12
Joined: 16. March 2004 23:35
Location: Münsterland

Postby lain » 26. March 2004 15:04

bisschen spät, aber vielleicht interessant, wenn jemand mal die suchfunktion des forums nutzt ;-)

Error code 28: No space left on device

If you get his error, you need to check all filesystems where MySQL operates. It may be single filesystem or as we recommend you can have datadir, tmpdir and log files split into dedicated filesystems. MySQL often creates temporary tables for some queries - most of them are placed in tmpdir, but some into database directory (e.g. ALTER TABLE). You must ensure, that there is enough free disk space available for MySQL.
[mehr: http://www.mysql.com/newsletter/2003-10 ... 00249.html]
lain
 
Posts: 38
Joined: 19. March 2004 13:48


Return to MariaDB - MySQL

Who is online

Users browsing this forum: No registered users and 6 guests