Ho recentemente installato 5.5.28-29.2 Percona Server (GPL), Release 29.2 in un desktop OS Ubuntu 12.04. Ho cercato di arrestare il server utilizzando diversi metodi:Il processo mysql non può essere interrotto
- sudo /etc/init.d/mysql stop
- sudo kill -9 pid
- mysqladmin -u root -p shutdown
Tutti questi metodi di fermare il processo, tuttavia si avvia automaticamente dopo muore. syslog Ho controllato (/ var/log/syslog /) e mi mostra sempre la prossima traccia:
Jan 4 17:50:44 kernel: [ 1915.494219] init: mysql main process (17311) killed by KILL signal
Jan 4 17:50:44 kernel: [ 1915.494245] init: mysql main process ended, respawning
Jan 4 17:50:44 kernel: [ 1915.500025] type=1400 audit(1357318244.557:48): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/mysqld" pid=18458 comm="apparmor_parser"
Jan 4 17:50:46 /etc/mysql/debian-start[18501]: Upgrading MySQL tables if necessary.
Jan 4 17:50:46 /etc/mysql/debian-start[18504]: /usr/bin/mysql_upgrade: the '--basedir' option is always ignored
Jan 4 17:50:46 /etc/mysql/debian-start[18504]: Looking for 'mysql' as: /usr/bin/mysql
Jan 4 17:50:46 /etc/mysql/debian-start[18504]: Looking for 'mysqlcheck' as: /usr/bin/mysqlcheck
Jan 4 17:50:46 /etc/mysql/debian-start[18504]: This installation of MySQL is already upgraded to 5.5.28, use --force if you still need to run mysql_upgrade
Jan 4 17:50:46 /etc/mysql/debian-start[18515]: Checking for insecure root accounts.
Jan 4 17:50:46 /etc/mysql/debian-start[18520]: Triggering myisam-recover for all MyISAM tables
Non si conosce il motivo per cui il processo si riavvia automaticamente? Grazie in anticipo !!
Non funziona 'stop: lavoro sconosciuto: mysql' – Green
Che dire di' sudo stop mysqld'? –
Output: 'stop: job sconosciuto: mysqld' – arun