Keine MySQL Konfigurationsdatei

MySQL, PostgreSQL, SQLite
Post Reply
typolos
Posts: 57
Joined: 2003-03-26 18:44
 

Keine MySQL Konfigurationsdatei

Post 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.
Roger Wilco
Posts: 5923
Joined: 2004-05-23 12:53
 

Re: Keine MySQL Konfigurationsdatei

Post 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.
typolos
Posts: 57
Joined: 2003-03-26 18:44
 

Re: Keine MySQL Konfigurationsdatei

Post by typolos »

Code: Select all

find /etc -name my.cnf -type f
brachte leider auch keine (sowohl "/" als auch "/etc") Treffer :-(
suntzu
Posts: 669
Joined: 2002-12-20 19:47
Location: Mönchengladbach
Contact:
 

Re: Keine MySQL Konfigurationsdatei

Post 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.
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Keine MySQL Konfigurationsdatei

Post by Joe User »

Dann leg halt Eine an...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings 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.
phillux
Posts: 80
Joined: 2004-03-16 13:47
Location: Münster
 

Re: Keine MySQL Konfigurationsdatei

Post by phillux »

Einfach anlegen, oder mal im Verzeichnis "support-files" schauen. Dort gibt es vier Beispieldateien...
Post Reply