Okei eli ensiksi sammuta mysql: sudo /etc/init.d/mysql stop tai jos sillä ei sammu niin sudo killall mysqld
Sitten aja uudelleen mysql:n konfigurointi: sudo dpkg-reconfigure mysql-server
Kannattaa varmaankin myös lueskella tätä ohjetta mysql:n asennuksesta ja katsoa olisiko jotain unohtunut: http://forum.ubuntu-fi.org/index.php?topic=313.0
tuo sudo dpkg-reconfigure mysql-server käynnistää seuraavan
Install Hints
│
│ MySQL will only install if you have a NON-NUMERIC hostname that is resolvable via the /etc/hosts file. E.g. if the "hostname" command
│ returns "myhostname" then there must be a line like "10.0.0.1 myhostname".
│
│ A new mysql user "debian-sys-maint" will be created. This mysql account is used in the start/stop and cron scripts. Don't delete.
│
│ Please remember to set a PASSWORD for the MySQL root user! If you use a /root/.my.cnf, always write the "user" and the "password" lines
│ in there, never only the password! See /usr/share/doc/mysql-server/README.Debian for more information.
Tuon jälkeen ok painamalla yrittää uudestaan käynnistää ei lähde päälle sama virheilmo
Tuo hostname antaa seuraavaa
mihatsu@val3b16:~$ hostname
val3b16
ja tuolta /etc/hosts
127.0.0.1 localhost.localdomain localhost val3b16
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Onko se vika nyt tuossa ja en vain tajua?
Mika