Keine Mysql Verbindung zur Datenbank?

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Hallo ich benötige eure Hilfe und zwar lädt der Server ganz Normal jedoch kommen diese Fehler bei mir im mysql.log

    ich habe schon hin und her probiert bin nämlich auf ein VServer/root gewechselt und jetzt kommt das


    Bitte um eure Hilfe

    vielen Dank

    Since 2012

  • MySQL server has gone away

    Tjoa, was soll man sagen, der hat seinen Koffer gepackt und ist weg :D


    Es sieht so aus, als ob der MySQL Server gar nicht gestartet ist?


    sudo start mysql


    (Oder je nach Distribution, google den Command xD)

    ast2ufdyxkb1.png


    Leute, lernt scripten und versucht mal lieber etwas selber zu schreiben, als es aus einem GF zu kopieren. :S

  • Zitat

    I once had this problem and solved it by installing mysql-server, so make sure that you have installed the mysql-server, not the mysql-client or something else.

    That error means the file /var/run/mysqld/mysqld.sock doesn't exists, if you didn't install mysql-server, then the file would not exist. But if the mysql-server is already installed and is running, then you need to check the config files.

    The config files are:

    Code
    /etc/my.cnf
    /etc/mysql/my.cnf
    /var/lib/mysql/my.cnf

    In /etc/my.cnf, the socket file config may be /tmp/mysql.sock and in /etc/mysql/my.cnf the socket file config may be /var/run/mysqld/mysqld.sock. So, remove or rename /etc/mysql/my.cnf, let mysql use /etc/my.cnf, then the problem may solved.