• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Clean install of Plesk 8.2.1 on Debian Etch fails [mysqld]

W

webseitn

Guest
Hi everybody.

Im just trying to install plesk 8.2.1 using autoinstaller on a fresh debian etch system. the install routine breaks, because mysqld cannot be started.

Code:
Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!

what could be the reason for that and how can I troubleshoot this?
 
this is the syslog output:

Code:
Sep 27 17:07:01 produktion /etc/init.d/mysql[2090]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/deb
ian.cnf ping' resulted in
Sep 27 17:07:01 produktion /etc/init.d/mysql[2090]: ^G/usr/bin/mysqladmin: connect to server at 'localhost' failed
Sep 27 17:07:01 produktion /etc/init.d/mysql[2090]: error: 'Can't connect to local MySQL server through socket '/var/run/mysq
ld/mysqld.sock' (2)'
Sep 27 17:07:01 produktion /etc/init.d/mysql[2090]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld
.sock' exists!
Sep 27 17:07:01 produktion /etc/init.d/mysql[2090]:


this returns apt-get install mysql-server
Code:
produktion:/home/webseitn# apt-get install mysql-server
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut... Fertig
mysql-server ist schon die neueste Version.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
3 nicht vollständig installiert oder entfernt.
Es müssen 0B Archive geholt werden.
Nach dem Auspacken werden 0B Plattenplatz zusätzlich benutzt.
Richte mysql-server-5.0 ein (5.0.32-7etch1) ...
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: Fehler beim Bearbeiten von mysql-server-5.0 (--configure):
 Unterprozess post-installation script gab den Fehlerwert 1 zurück
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von mysql-server:
 mysql-server hängt ab von mysql-server-5.0; aber:
  Paket mysql-server-5.0 ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten von mysql-server (--configure):
 Abhängigkeitsprobleme - lasse es unkonfiguriert
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von sitebuilder-core:
 sitebuilder-core hängt ab von mysql-server; aber:
  Paket mysql-server ist noch nicht konfiguriert.
  Paket mysql-server-5.0, das mysql-server bereitstellt, ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten von sitebuilder-core (--configure):
 Abhängigkeitsprobleme - lasse es unkonfiguriert
Fehler traten auf beim Bearbeiten von:
 mysql-server-5.0
 mysql-server
 sitebuilder-core
E: Sub-process /usr/bin/dpkg returned an error code (1)
 
I dont understand why, but changing the bind-address from 127.0.0.1 to my real IP did the trick
 
Back
Top