Quantcast
Channel: Threads - Linux & Co - i-MSCP - internet - Multi Server Control Panel
Viewing all articles
Browse latest Browse all 20

Something unusual on my mysql server

$
0
0

@kurgans


Fixed ;)

Shell-Script
  1. root@relay3:~# service mysql status● mysql.service - LSB: Start and stop the mysql database server daemonLoaded: loaded (/etc/init.d/mysql)Active: active (running) since mié 2017-12-20 19:26:31 CET; 36min agoProcess: 2915 ExecStop=/etc/init.d/mysql stop (code=exited, status=1/FAILURE)Process: 2939 ExecStart=/etc/init.d/mysql start (code=exited, status=0/SUCCESS)CGroup: /system.slice/mysql.service├─ 860 /bin/sh /usr/bin/mysqld_safe└─1501 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --user=mysql --log-error=/var/log/mysql/error.log --pid-file=/var/run/mysqld/mysqld.pid --socket=/...dic 20 19:26:31 relay3 mysql[2939]: Starting MySQL database server: mysqld already running.dic 20 19:26:31 relay3 systemd[1]: Started LSB: Start and stop the mysql database server daemon.
Shell-Script
  1. root@relay3:~# service mysql stop
Shell-Script
  1. root@relay3:~# service mysql status● mysql.service - LSB: Start and stop the mysql database server daemonLoaded: loaded (/etc/init.d/mysql)Active: inactive (dead) since mié 2017-12-20 20:03:30 CET; 1s agoProcess: 5230 ExecStop=/etc/init.d/mysql stop (code=exited, status=0/SUCCESS)Process: 2939 ExecStart=/etc/init.d/mysql start (code=exited, status=0/SUCCESS)dic 20 19:26:31 relay3 mysql[2939]: Starting MySQL database server: mysqld already running.dic 20 19:26:31 relay3 systemd[1]: Started LSB: Start and stop the mysql database server daemon.dic 20 20:03:28 relay3 systemd[1]: Stopping LSB: Start and stop the mysql database server daemon...dic 20 20:03:30 relay3 mysql[5230]: Stopping MySQL database server: mysqld.dic 20 20:03:30 relay3 systemd[1]: Stopped LSB: Start and stop the mysql database server daemon.
Shell-Script
  1. root@relay3:~# service mysql start
Shell-Script
  1. root@relay3:~# service mysql status● mysql.service - LSB: Start and stop the mysql database server daemonLoaded: loaded (/etc/init.d/mysql)Active: active (running) since mié 2017-12-20 20:03:42 CET; 9min agoProcess: 5230 ExecStop=/etc/init.d/mysql stop (code=exited, status=0/SUCCESS)Process: 5297 ExecStart=/etc/init.d/mysql start (code=exited, status=0/SUCCESS)CGroup: /system.slice/mysql.service├─5324 /bin/sh /usr/bin/mysqld_safe└─5705 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --user=mysql --log-error=/var/log/mysql/error.log --pid-file=/var/run/mysqld/mysqld.pid --socket=/...dic 20 20:03:42 relay3 mysql[5297]: Starting MySQL database server: mysqld ..dic 20 20:03:42 relay3 mysql[5297]: Checking for tables which need an upgrade, are corrupt or weredic 20 20:03:42 relay3 mysql[5297]: not closed cleanly..dic 20 20:03:42 relay3 systemd[1]: Started LSB: Start and stop the mysql database server daemon.

I've connected using the imscp_user i-MSCP master SQL user and I've updated the debian-sys-maint user password:

You can see the password that I've set by looking into the /etc/mysql/debian.cnf file.


Viewing all articles
Browse latest Browse all 20

Trending Articles