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.
my.cnf fehlt???
Re: my.cnf fehlt???
Woher sollen wir das wissen solange du uns nicht deine IP mit Rootpasswort gibst ?bonanza wrote:Kann das sein das auf mein 1und1 Rootie mit Suse8.1 und Confixx2 die my.cnf fehlt?
SCNR
Gruß Christian
BofH excuses: YOU HAVE AN I/O ERROR -> Incompetent Operator error
BofH excuses: YOU HAVE AN I/O ERROR -> Incompetent Operator error
Re: my.cnf fehlt???
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...
kannst aber einfach eine my.cnf in /etc erstellen, die wird dann von mysql verarbeitet...
Re: my.cnf fehlt???
haste mal ein
im / verzeichniss gemacht?
Code: Select all
find | grep my.cnf
Re: my.cnf fehlt???
Ahem. Das geht entweder um eine Datei mit dem exakten Namen herauszufinden, um eine Datei mit my.cnf im Namen zu finden oder letzteres schneller(Wenn eine aktuelle locate-Datenbank vorliegt)
Code: Select all
find / -name my.cnf
Code: Select all
find / -path *my.cnf*
Code: Select all
locate my.cnf
Last edited by wirsing on 2004-06-23 13:23, edited 1 time in total.
Re: my.cnf fehlt???
[OT]Och finds immer interessant wie kreativ manch einer mit dem find befehlt ist
[/OT]
Gruß Christian
BofH excuses: YOU HAVE AN I/O ERROR -> Incompetent Operator error
BofH excuses: YOU HAVE AN I/O ERROR -> Incompetent Operator error