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.
Keine MySQL Konfigurationsdatei
-
- Posts: 5923
- Joined: 2004-05-23 12:53
Re: Keine MySQL Konfigurationsdatei
Code: Select all
find /etc -name my.cnf -type f
Re: Keine MySQL Konfigurationsdatei
Code: Select all
find /etc -name my.cnf -type f
Re: Keine MySQL Konfigurationsdatei
Erstell dir eine Datei.
Oder such in dem RPM/.deb für deine Distribution nach der Konfigurationsdatei und lad sie dir einzeln runter.
Oder such in dem RPM/.deb für deine Distribution nach der Konfigurationsdatei und lad sie dir einzeln runter.
Re: Keine MySQL Konfigurationsdatei
Dann leg halt Eine an...
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: Keine MySQL Konfigurationsdatei
Einfach anlegen, oder mal im Verzeichnis "support-files" schauen. Dort gibt es vier Beispieldateien...