gpt4 book ai didi

mysql不会重启

转载 作者:行者123 更新时间:2023-11-29 01:39:20 25 4
gpt4 key购买 nike

我正在尝试使用命令启动 mysql 服务器

sudo/etc/init.d/mysql 启动

但它不会启动。我没有收到特定错误,我只看到了

* 启动 MySQL 数据库服务器 mysqld [fail]

我尝试了相同的命令,但使用 restart 代替,但结果相同。我也尝试过使用

sudo服务启动mysql

我卡在这一步了。如果我可以提供更多信息,请告诉我。

谢谢。

这是我的mysql error.log

150505 21:43:49 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
150505 21:43:49 [Note] Plugin 'FEDERATED' is disabled.
150505 21:43:49 InnoDB: The InnoDB memory heap is disabled
150505 21:43:49 InnoDB: Mutexes and rw_locks use GCC atomic builtins
150505 21:43:49 InnoDB: Compressed tables use zlib 1.2.8
150505 21:43:49 InnoDB: Using Linux native AIO
150505 21:43:49 InnoDB: Initializing buffer pool, size = 128.0M
150505 21:43:49 InnoDB: Completed initialization of buffer pool
150505 21:43:49 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 30152041
150505 21:43:49 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 30161741

最佳答案

我知道这个问题很久以前就发布了。但是我已经找到了解决方案,因为我遇到了同样的问题。由于在操作系统中多次安装 MySQL,可能会出现此错误。

sudo ps -A|grep mysql  

杀死mysql的进程

sudo pkill mysql  

然后运行命令

sudo ps -A|grep mysqld  

杀死mysqld的进程

sudo pkill mysqld  

现在你可以安全地重启MySQL服务器了

sudo service mysql restart    
mysql -u root -p

希望对你有帮助

关于mysql不会重启,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30067577/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com