12.03.2011, 21:08
(11.03.2011, 21:38)Molt Wrote: Mach halt auchoderCode:sudo killall mysql
musst ausprobieren, welches funztCode:sudo killall mysqld
Please do not kill mysqld directly, databases can get corrupt. Instead, try the next lines to stop apache2 and mysqld from the repositories:
Code:
sudo /etc/init.d/mysql stop
sudo /etc/init.d/apache2 stop
Found my post helpful? Rate me
Project: creating a compact and easy to setup DSLan (Linux) (Windoze is in development)