$ sudo service mysql start
Job for mysql.service failed because the control process exited with error code. See "systemctl status mysql.service" and "journalctl -xe" for details.
$ systemctl status mysql.service
œ mysql.service - MySQL Community Server
Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
Active: activating (start-post) (Result: exit-code) since Thu 2019-06-13 18:33:15 JST; 9s ago
Process: 29320 ExecStart=/usr/sbin/mysqld (code=exited, status=1/FAILURE)
Process: 29310 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
Main PID: 29320 (code=exited, status=1/FAILURE); : 29321 (mysql-systemd-s)
Tasks: 4
Memory: 232.0K
CPU: 404ms
CGroup: /system.slice/mysql.service
mqcontrol
tq29321 /bin/bash /usr/share/mysql/mysql-systemd-start post
mq29371 sleep 1
Jun 13 18:33:15 inpsrv systemd[1]: Starting MySQL Community Server...
Jun 13 18:33:18 inpsrv systemd[1]: mysql.service: Main process exited, code=exited, status=1/FAILURE
$ journalctl -xe
- Unit mysql.service has begun starting up.
Jun 13 18:31:39 inpsrv kernel: audit: type=1400 audit(1560418299.204:473): apparmor="DENIED" operation
Jun 13 18:31:39 inpsrv audit[29003]: AVC apparmor="DENIED" operation="open" profile="/usr/sbin/mysqld"
Jun 13 18:31:39 inpsrv audit[29003]: AVC apparmor="DENIED" operation="open" profile="/usr/sbin/mysqld"
Jun 13 18:31:39 inpsrv kernel: audit: type=1400 audit(1560418299.212:474): apparmor="DENIED" operation
Jun 13 18:31:41 inpsrv systemd[1]: mysql.service: Main process exited, code=exited, status=1/FAILURE
~
~
$ cat /var/log/mysql/error.log
2019-06-13T09:43:51.297306Z 0 [ERROR] InnoDB: Could not find a valid tablespace file for `interscript/page_restrictions`. Please refer to http://dev.mysql.com/doc/refman/5.7/en/innodb-troubleshooting-datadict.html for how to resolve the issue.