`

Starting MySQL.........[FAILED]

 
阅读更多

[root@localhost src]# rpm -ivh MySQL-*.rpm
Preparing...                ########################################### [100%]
   1:MySQL-shared           ########################################### [ 25%]
   2:MySQL-client           ########################################### [ 50%]
   3:MySQL-devel            ########################################### [ 75%]
   4:MySQL-server           ########################################### [100%]
071129 23:00:18 [Warning] Asked for 196608 thread stack, but got 126976
071129 23:00:18 [Warning] Asked for 196608 thread stack, but got 126976
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h localhost.localdomain password 'new-password'
See the manual for more instructions.

NOTE:  If you are upgrading from a MySQL <= 3.22.10 you should run
the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command!

Please report any problems with the /usr/bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at http://shop.mysql.com
Starting MySQL...................................[FAILED]


检查原因,原来SELINUX作怪

解决办法

进/etc/selinux  然后vi config  把SELINUX=enforcing 这一行
改为:SELINUX=disabled
然后保存,退出。:wq
这时记得一定要把电脑重启。然后再把以前装的MYSQL删除重装下。

[root@localhost src]# rpm -ivh MySQL-*.rpm
Preparing...                ########################################### [100%]
   1:MySQL-shared           ########################################### [ 25%]
   2:MySQL-client           ########################################### [ 50%]
   3:MySQL-devel            ########################################### [ 75%]
   4:MySQL-server           ########################################### [100%]
071129 23:00:18 [Warning] Asked for 196608 thread stack, but got 126976
071129 23:00:18 [Warning] Asked for 196608 thread stack, but got 126976
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h localhost.localdomain password 'new-password'
See the manual for more instructions.

NOTE:  If you are upgrading from a MySQL <= 3.22.10 you should run
the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command!

Please report any problems with the /usr/bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at http://shop.mysql.com
Starting MySQL[确定]

分享到:
评论

相关推荐

    Starting MySQL.Manager of pid-file quit without updating file.[FAILED]的解决方法

    MySQL数据库在运行过程中可能会遇到各种问题,其中一种常见的错误是"Starting MySQL.Manager of pid-file quit without updating file.[FAILED]"。这个错误通常表明MySQL服务在尝试启动时遇到了问题,导致进程管理器...

    mysql启动时报错:Starting MySQL… ERROR! The server quit without updating PID file

    MySQL是世界上最流行的关系型数据库管理系统之一,当遇到“Starting MySQL… ERROR! The server quit without updating PID file”的启动错误时,通常意味着服务器未能成功启动并更新其进程ID(PID)文件,这可能是...

    MySQL无法启动的解决办法

    MySQL无法启动的问题通常是由于多种原因引起的,包括但不限于配置文件错误、数据文件损坏、权限问题、系统资源不足等。以下是一些解决此类问题的步骤和建议: 1. **检查PID文件**: 错误提示表明MySQL无法更新PID...

    linux mysql 报错:MYSQL:The server quit without updating PID file

    在Linux环境中,MySQL数据库服务是许多应用程序不可或缺的部分。然而,当遇到"MYSQL: The server quit without updating PID file"这样的错误时,通常意味着MySQL服务在启动过程中遇到了问题,无法正确地创建或更新...

    MySQL提示:The server quit without updating PID file问题的解决办法

    用df命令查了下,果然磁盘满了,因为当时分区采用系统默认,不知道为什么不能自动扩容!以后在处理这个问题!如图所示: 代码如下:[root@snsgou ~]# df文件系统 1K-块 已用 可用 已用% 挂载点/dev/mapper/vg_...

    CentOS安装mysql The server quit without updating PID file问题

    在Linux系统,特别是CentOS上安装MySQL数据库时,可能会遇到一些常见问题,其中之一就是"The server quit without updating PID file"。这个错误通常表明MySQL服务器在启动过程中遇到了问题,未能正确记录其进程ID...

    安装Percona XtraDB集群 FOR CentOS

    Percona Server 是 MySQL 的衍生版,专注于 Linux/BSD 下 MySQL 数据库服务器的改进, 在功能和性能上较 MySQL有着显著的提升。Percona Server 的使用和 MySQL 完全一致,你完全可以把它当成是 MySQL 来使用。

    MySQL Daemon failed to start错误解决办法

    MySQL Daemon failed to start错误是MySQL数据库服务启动时遇到的问题,通常会导致MySQL服务器无法正常运行,影响到依赖于MySQL服务的应用程序,比如网站的注册、登录等操作。本篇将详细介绍如何诊断并解决这类问题...

    MySQL下常见的启动失败与备份失败问题的解决教程

    MySQL启动失败的问题通常涉及到多个方面,包括但不限于配置错误、权限问题、系统资源限制以及数据库文件损坏等。在本文中,我们将深入探讨如何解决这些问题。 首先,当遇到MySQL启动失败的情况,第一步是检查数据库...

    mysql5.1在linux下的编译安装.docx

    - 如果遇到启动失败的问题,如"Starting MySQL.Manager of pid-file quit without updating fi[FAILED]",需要检查`/etc/my.cnf`文件中的`skip-federated`选项是否被注释掉。 - 如果提示缺少库文件`libstdc++.so.5...

    MySQL数据库innodb启动失败无法重启的解决方法

    MySQL数据库的InnoDB存储引擎是其核心特性之一,它提供了事务处理、行级锁定以及外键支持等功能,确保了数据的可靠性和并发性能。然而,当遇到如标题所述的“MySQL数据库InnoDB启动失败无法重启”的问题时,可能是...

    mysql的常见错误解决

    mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: YES)' ``` 出现这种错误是因为 MySQL 的 root 用户密码设置不正确或者 Permission ...

    linux下mysql提示mysql deamon failed to start错误的解决方法

    然而,当遇到“mysql deamon failed to start”这样的错误时,可能会导致系统无法正常运行。这个错误通常表示MySQL守护进程(mysqld)启动失败,可能是由于多种原因引起的,如权限问题、配置错误或系统安全策略的...

    nagios安装

    如果MySQL首次启动出现问题,比如出现“Starting MySQL. Manager of pid-file quit without updating fi [FAILED]”这样的错误,可以尝试注释掉`/etc/my.cnf`中的`skip-federated`。 ``` #skip-federated ``` 8...

    磁盘已满造成的mysql启动失败问题分享

    突然发现mysql死活都启不起来了: 代码如下:/etc/init.d/mysql restartStopping MySQL: [FAILED]Timeout error occurred trying to start MySQL Daemon.Starting MySQL: [FAILED]kill了不行,无奈之下再用 代码如下...

    CentOS 7下MySQL服务启动失败的快速解决方法

    在示例中,我们看到“Active: failed (Result: exit-code)”和“Starting mysqld: [FAILED]”,这表明服务启动失败。接下来,使用`journalctl -xe`命令查看更详细的日志信息,这有助于定位问题的具体原因。 日志中...

    nacos oracle

    Nacos 支持多种数据库作为其内置的数据存储,包括 MySQL 和 Oracle。Oracle 是一款功能强大的关系型数据库管理系统,在企业级应用中广泛应用。将 Nacos 配置为使用 Oracle 数据库,可以充分利用 Oracle 的高可用性和...

Global site tag (gtag.js) - Google Analytics