Page 1 of 1

Keine MySQL Konfigurationsdatei

Posted: 2005-11-15 14:48
by typolos
Hallo,

Ich benutze eine mysql DB 4.1.1 auf einem Linux Server. Aber leider kann ich keine Konfigurationsdatei für MySQL finden. Nach folgenden Dateien habe ich gesucht:
- my.cf
- my.cnf
- my.conf
- mysql.cf
- mysql.cnf
- mysql.conf

Doch leider ohne Erfolg, kann mir jemand weiterhelfen, wie ich nun mein DB-Server konfigurieren kann?

MfG
Christian S.

Re: Keine MySQL Konfigurationsdatei

Posted: 2005-11-15 14:51
by Roger Wilco

Code: Select all

find /etc -name my.cnf -type f
Wenn das nichts findet, kannst du die Suche von /etc/ auf / ausweiten.

Re: Keine MySQL Konfigurationsdatei

Posted: 2005-11-15 15:22
by typolos

Code: Select all

find /etc -name my.cnf -type f
brachte leider auch keine (sowohl "/" als auch "/etc") Treffer :-(

Re: Keine MySQL Konfigurationsdatei

Posted: 2005-11-15 15:34
by suntzu
Erstell dir eine Datei.

Oder such in dem RPM/.deb für deine Distribution nach der Konfigurationsdatei und lad sie dir einzeln runter.

Re: Keine MySQL Konfigurationsdatei

Posted: 2005-11-15 15:35
by Joe User
Dann leg halt Eine an...

Re: Keine MySQL Konfigurationsdatei

Posted: 2005-11-16 00:06
by phillux
Einfach anlegen, oder mal im Verzeichnis "support-files" schauen. Dort gibt es vier Beispieldateien...