MySQL läuft nicht mehr nach Vserver Update!

djrick

Registered User
Halli Hallo!
VServer hat wohl das System upgedatet und seitdem läuft mein Mysqld nicht mehr...fehlermeldung laut log:
031118 18:07:10 mysqld started
031118 18:07:12 InnoDB: Operating system error number 13 in a file operation.
InnoDB: See http://www.innodb.com/ibman.html for installation help.
InnoDB: The error means mysqld does not have the access rights to
InnoDB: the directory.
InnoDB: File name ./ibdata1
InnoDB: File operation call: 'create'.
InnoDB: Cannot continue operation.
031118 18:07:12 mysqld ended
und wer kann damit was anfangen?! :-)
 
ok habe mir meine frage selbst beantwortet, aber vielleicht bin ja ich nicht der einzigste der diesen fehler hat, deswegen,....
wechselt in das Verz. /usr/local/mysql (so heisst es zumindest bei mir)
Dort als root folgende Befehle ausführen:
Code:
     shell> chown -R root  .
     shell> chown -R mysql data
     shell> chgrp -R mysql .

Die '.' sind wichtig, nicht vergessen!
 
Last edited by a moderator:
Back
Top