mysql服务无法重启

时间:2018-07-12 14:18:53

标签: mysql service lamp restart

我尝试使用sudo /etc/init.d/mysql start启动mysql, 以及使用sudo restart mysqlsudo /etc/init.d/mysql restart重新启动,但没有任何反应。当我尝试这些类型的命令时,apache和php都很好,但是我总是遇到mysql问题,我听不懂。它可以工作一段时间,然后将其关闭。

如果我重新安装它的所有软件包,它都可以工作,但是我不想一直处理它。

使用systemctl status mysql.service我得到:

mysql.service - MySQL Community Server
Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor 
preset: enabled)
Active: failed (Result: exit-code) since Thu 2018-07-12 16:06:18 CEST; 
7min ago
Process: 9231 ExecStart=/usr/sbin/mysqld --daemonize --pid- 
file=/run/mysqld/mysqld.pid (code=exited, status=1/FAILURE)
Process: 9222 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre 
(code=exited, status=0/SUCCESS)

有人可以帮我吗?我是新来的。我有Ubuntu 18.04。

1 个答案:

答案 0 :(得分:0)

## Edit /etc/my.cnf, and add the following line under the         
[mysqld] heading.
[mysqld]
innodb_buffer_pool_size=64M
Then restart: $ service mysql restart

https://www.digitalocean.com/community/questions/mysql-on-ubuntu-keeps-crashing