Das Problem

Hallo

MySQL würde jetzt zwar „laufen“, jedoch erscheint beim starten
des Services folgende Fehlermeldung:

„MySQL Datenbank initialisieren: Sorry, the host ‚dhcppc1‘ could not be looked up.Please configure the ‚hostname‘ command to return a correct hostname.
If you want to solve this at a later stage, restart this script with the --force option…“

Jemand eine Idee?
Bin kurz vor’m ausrasten :frowning:

Greetings:
Samuel

MySQL Startup Problem
Hallo,

„MySQL Datenbank initialisieren: Sorry, the host ‚dhcppc1‘
could not be looked up.Please configure the ‚hostname‘ command
to return a correct hostname.
If you want to solve this at a later stage, restart this
script with the --force option…“

Jemand eine Idee?

ja, poste Deine mySQL (brrrr… es gibt doch PostgreSQL…) Konfiguration hier rein.

Gruß,

Malte.

Hallo Malte

Welche datei ist das?
Ich seh hier mindestens 10 die nach config files ausschauen, aber keine
beinhaltet auch nur einmal etwas mit ‚hostname‘

Mfg:
Samuel

Hallo,

Welche datei ist das?
Ich seh hier mindestens 10 die nach config files ausschauen,
aber keine beinhaltet auch nur einmal etwas mit ‚hostname‘

äh… Du hast MySQL doch konfiguriert, oder? Dann musst Du doch wissen, wo Du das gemacht hast! Ich weiß das nicht, weil ich nicht weiß, welches Betriebssystem Du benutzt, welche MySQL-Version installiert ist und wie Du in dem Startscript definiert hast, welche Config-Datei zu laden ist.

Die Datei könnte my.cnf heißen, aber auch irgendwie anders.

Malte.

Auch hallo.

Scheint ja wirklich ein übles Problem zu sein. Aber vielleicht hilft diese Seite ja weiter: http://www.apachefriends.org/de/xampp-linux.html#50
(soll auch zum Herunterladen der XAMPP-Kombination verführen :wink: )

HTH
mfg M.L. (reading the fucking manual)

***Quelle meiner Weisheit***
http://www.google.de/search?hl=de&client=firefox-a&r…
Vielleicht noch ‚+fedora‘ im Suchstring ?

Hallo !

„MySQL Datenbank initialisieren: Sorry, the host ‚dhcppc1‘
could not be looked up.Please configure the ‚hostname‘ command
to return a correct hostname.
If you want to solve this at a later stage, restart this
script with the --force option…“

Jemand eine Idee?

Die Fehlermeldung sagt doch, wo das Problem ist:
Dein Rechner heißt „dhcppc1“, aber für diesen Namen konnte keine IP Adresse zugeordnet werden.

Wenn dein Rechner im LAN mit DNS Server hängt, hast du ein Problem mit der Netzwerkkonfiguration, ist das dein privater Rechner, sollte die Konfiguration der Netzwerkkarte (feste IP, falls es keine DHCP-Server gibt, z.B. 192.168.0.1) oder das Eintragen des Hostnamens hinter 127.0.0.1 in der /etc/hosts reichen.

Alexander