centos7은 mysqld를 중지할 수 없습니다.

centos7은 mysqld를 중지할 수 없습니다.

나는 달리고 있다센트 OS 7VPS의 서버를 중지하려고 합니다 mysqld.
그것은 비어 있고 그 안에는 아무것도 없습니다.
잠시 멈추면 되지만 10~20초 정도 지나면 자동으로 다시 시작됩니다!

이 방법 중 어느 것도영구적으로공장!
루트 액세스 권한이 있습니다.

# mysqladmin -u root -p shutdown
# /bin/systemctl stop mysqld.service
# killall -KILL mysql mysqld_safe mysqld
#
# mysql --version
mysql  Ver 15.1 Distrib 5.5.63-MariaDB, for Linux (x86_64) using readline 5.1

/var/lib/mysql오류 로그

190520 20:46:06 mysqld_safe mysqld from pid file /var/lib/mysql/server.shakiba.it.pid ended
190520 20:47:01 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
190520 20:47:01 [Note] /usr/sbin/mysqld (mysqld 5.5.63-MariaDB) starting as process 30381 ...
190520 20:47:01 InnoDB: The InnoDB memory heap is disabled
190520 20:47:01 InnoDB: Mutexes and rw_locks use GCC atomic builtins
190520 20:47:01 InnoDB: Compressed tables use zlib 1.2.7
190520 20:47:01 InnoDB: Using Linux native AIO
190520 20:47:01 InnoDB: Initializing buffer pool, size = 128.0M
190520 20:47:01 InnoDB: Completed initialization of buffer pool
190520 20:47:01 InnoDB: highest supported file format is Barracuda.
190520 20:47:02  InnoDB: Waiting for the background threads to start
190520 20:47:03 Percona XtraDB (http://www.percona.com) 5.5.61-MariaDB-38.13 started; log sequence number 2746956
190520 20:47:03 [Note] Plugin 'FEEDBACK' is disabled.
190520 20:47:03 [Note] Server socket created on IP: '0.0.0.0'.
190520 20:47:03 [Note] Event Scheduler: Loaded 0 events
190520 20:47:03 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.5.63-MariaDB'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  MariaDB Server

답변1

root서버(VPS)에 액세스 할 수 있었기 때문에 그렇게 생각하지 않았습니다.직접 관리자명령 을 거부할 수 있지만 root실제로는 거부되었습니다.

~ 안에서비스 모니터DA 섹션에서 중지/시작할 수 있습니다 mysqld. 그게 다야.

관련 정보