my.cnf fehlt???

MySQL, PostgreSQL, SQLite
Post Reply
bonanza
Posts: 39
Joined: 2003-07-12 14:26
 

my.cnf fehlt???

Post by bonanza »

Kann das sein das auf mein 1und1 Rootie mit Suse8.1 und Confixx2 die my.cnf fehlt?
Wollte das mysql Port nach aussen global abschalten in dieser Datei.
chris76
Posts: 1878
Joined: 2003-06-27 14:37
Location: Germering
 

Re: my.cnf fehlt???

Post by chris76 »

bonanza wrote:Kann das sein das auf mein 1und1 Rootie mit Suse8.1 und Confixx2 die my.cnf fehlt?
Woher sollen wir das wissen solange du uns nicht deine IP mit Rootpasswort gibst ?

SCNR :wink:
Gruß Christian

BofH excuses: YOU HAVE AN I/O ERROR -> Incompetent Operator error
evilh
Posts: 126
Joined: 2004-03-25 17:45
Contact:
 

Re: my.cnf fehlt???

Post by evilh »

war nach einem mysql update bei mir auch so... dann nimmt sich mysql die standardeinstellungen.
kannst aber einfach eine my.cnf in /etc erstellen, die wird dann von mysql verarbeitet...
tischi
Posts: 215
Joined: 2003-10-26 17:57
 

Re: my.cnf fehlt???

Post by tischi »

haste mal ein

Code: Select all

find | grep my.cnf
im / verzeichniss gemacht?
wirsing
Posts: 604
Joined: 2002-11-20 21:32
Location: Vaihingen und Karlsruhe
 

Re: my.cnf fehlt???

Post by wirsing »

Ahem. Das geht entweder

Code: Select all

find / -name my.cnf
um eine Datei mit dem exakten Namen herauszufinden,

Code: Select all

 find / -path *my.cnf*
um eine Datei mit my.cnf im Namen zu finden oder letzteres schneller

Code: Select all

locate my.cnf
(Wenn eine aktuelle locate-Datenbank vorliegt)
Last edited by wirsing on 2004-06-23 13:23, edited 1 time in total.
chris76
Posts: 1878
Joined: 2003-06-27 14:37
Location: Germering
 

Re: my.cnf fehlt???

Post by chris76 »

[OT]Och finds immer interessant wie kreativ manch einer mit dem find befehlt ist :wink: [/OT]
Gruß Christian

BofH excuses: YOU HAVE AN I/O ERROR -> Incompetent Operator error
Post Reply