Starting MySQL. ERROR! The server quit without updating PID file

本文涉及的产品
RDS MySQL Serverless 基础系列,0.5-2RCU 50GB
云数据库 RDS MySQL,集群系列 2核4GB
推荐场景:
搭建个人博客
RDS MySQL Serverless 高可用系列,价值2615元额度,1个月
简介: <p><br></p> <p>前台开启:</p> <p><span style="color:#3366ff">[root@t1 x]# <strong>service mysqld start</strong></span></p> <p>Starting MySQL. ERROR! The server quit without updating PID file (/mydat


前台开启:

[root@t1 x]# service mysqld start

Starting MySQL. ERROR! The server quit without updating PID file (/mydata/data/t1.pid).


后台告警日志显示:

err文件表示:




160316 02:33:39 mysqld_safe Starting mysqld daemon with databases from /mydata/data
2016-03-16 02:33:40 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
^G/usr/local/mysql/bin/mysqld: File './master-bin.index' not found (Errcode: 13 - Permission denied)
2016-03-16 02:33:40 12415 [ERROR] Aborting


2016-03-16 02:33:40 12415 [Note] Binlog end
2016-03-16 02:33:40 12415 [Note] /usr/local/mysql/bin/mysqld: Shutdown complete


160316 02:33:40 mysqld_safe mysqld from pid file /mydata/data/t1.pid ended
160316 02:34:05 mysqld_safe Starting mysqld daemon with databases from /mydata/data
2016-03-16 02:34:05 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
^G/usr/local/mysql/bin/mysqld: File './master-bin.index' not found (Errcode: 13 - Permission denied)
2016-03-16 02:34:05 12850 [ERROR] Aborting


2016-03-16 02:34:05 12850 [Note] Binlog end
2016-03-16 02:34:05 12850 [Note] /usr/local/mysql/bin/mysqld: Shutdown complete


160316 02:34:05 mysqld_safe mysqld from pid file /mydata/data/t1.pid ended
160316 02:38:23 mysqld_safe Starting mysqld daemon with databases from /mydata/data
2016-03-16 02:38:23 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).


解决办法 :


[root@t1 x]# ll /mydata/*
total 569380
-rw-r--r-- 1 root  root 482344960 Mar 16 02:32 ibdata1
-rw-r--r-- 1 root  root  50331648 Mar 16 02:32 ib_logfile0
-rw-r--r-- 1 root  root  50331648 Mar 16 02:32 ib_logfile1
drwxr-xr-x 2 root  root      4096 Mar 16 02:32 jishibang
drwxr-xr-x 2 root  root      4096 Mar 16 02:32 mysql
drwxr-xr-x 2 root  root      4096 Mar 16 02:32 performance_schema
-rw-r----- 1 mysql root      1220 Mar 16 02:34 t1.err
drwxr-xr-x 2 root  root      4096 Mar 16 02:32 test
-rw-r--r-- 1 root  root        23 Mar 16 02:32 xtrabackup_binlog_pos_innodb
-rw-r--r-- 1 root  root       662 Mar 16 02:32 xtrabackup_info

[root@t1 x]# chown -R mysql.mysql /mydata/data/

[root@t1 x]# service mysqld start
Starting MySQL. SUCCESS! 


[root@t1 x]# ll /mydata/*
total 569380


参考:

http://nameyjj.blog.51cto.com/788669/632302

http://blog.csdn.net/aidenliu/article/details/6586775

http://blog.csdn.net/u010098331/article/details/50752640

http://blog.csdn.net/u010098331/article/details/50849643

http://blog.csdn.net/u010098331/article/details/50752667

http://blog.csdn.net/u010098331/article/details/50752645



相关实践学习
如何在云端创建MySQL数据库
开始实验后,系统会自动创建一台自建MySQL的 源数据库 ECS 实例和一台 目标数据库 RDS。
全面了解阿里云能为你做什么
阿里云在全球各地部署高效节能的绿色数据中心,利用清洁计算为万物互联的新世界提供源源不断的能源动力,目前开服的区域包括中国(华北、华东、华南、香港)、新加坡、美国(美东、美西)、欧洲、中东、澳大利亚、日本。目前阿里云的产品涵盖弹性计算、数据库、存储与CDN、分析与搜索、云通信、网络、管理与监控、应用服务、互联网中间件、移动服务、视频服务等。通过本课程,来了解阿里云能够为你的业务带来哪些帮助 &nbsp; &nbsp; 相关的阿里云产品:云服务器ECS 云服务器 ECS(Elastic Compute Service)是一种弹性可伸缩的计算服务,助您降低 IT 成本,提升运维效率,使您更专注于核心业务创新。产品详情: https://www.aliyun.com/product/ecs
目录
相关文章
|
13天前
|
网络协议 关系型数据库 MySQL
MySQL报ERROR 2002 (HY000)解决
通过上述步骤,可以有效地解决MySQL连接时出现的 `ERROR 2002 (HY000)`错误。这些步骤包括检查和启动MySQL服务、配置文件检查、套接字文件检查、日志文件分析、进程检查、防火墙设置、客户端配置和最终的MySQL重装。确保每个步骤都按顺序执行,有助于快速定位和解决问题,使MySQL服务器恢复正常运行。
180 0
|
3月前
|
SQL 关系型数据库 MySQL
mysql密码错误-ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using passwor:yes)
这篇文章提供了解决MySQL数据库"Access denied for user 'root'@'localhost' (using password: YES)"错误的方法,通过跳过密码验证、修改root密码,然后重启服务来解决登录问题。
mysql密码错误-ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using passwor:yes)
|
4月前
|
缓存 关系型数据库 MySQL
error: Failed dependencies: mariadb-connector-c-config is obsoleted by mysql-community-server-8.0.36-1.el7.x86_64 问题解决
error: Failed dependencies: mariadb-connector-c-config is obsoleted by mysql-community-server-8.0.36-1.el7.x86_64 问题解决
243 19
|
3月前
|
关系型数据库 MySQL Java
【Azure 应用服务】应用服务连接 Azure MySQL 一直失败,报错 Create connection error
【Azure 应用服务】应用服务连接 Azure MySQL 一直失败,报错 Create connection error
|
4月前
|
关系型数据库 MySQL Linux
error: Failed dependencies: libncurses.so.5()(64bit) is needed by mysql-community-client-8.0.36-1.el7.x86_64 libtinfo.so.5()(64bit) is needed by mysql-community-client-8.0.36-1.el7.x86_64 如何解决?
error: Failed dependencies: libncurses.so.5()(64bit) is needed by mysql-community-client-8.0.36-1.el7.x86_64 libtinfo.so.5()(64bit) is needed by mysql-community-client-8.0.36-1.el7.x86_64 如何解决?
562 3
|
4月前
|
关系型数据库 MySQL 测试技术
MySQL 报错 ERROR 1709: Index column size too large
MySQL 报错 ERROR 1709: Index column size too large
210 4
|
4月前
|
关系型数据库 MySQL
mysql: error while loading shared libraries: libncurses.so.5: cannot open shared object file
mysql: error while loading shared libraries: libncurses.so.5: cannot open shared object file
290 2
|
8天前
|
SQL 关系型数据库 MySQL
go语言数据库中mysql驱动安装
【11月更文挑战第2天】
22 4
|
6天前
|
SQL 关系型数据库 MySQL
12 PHP配置数据库MySQL
路老师分享了PHP操作MySQL数据库的方法,包括安装并连接MySQL服务器、选择数据库、执行SQL语句(如插入、更新、删除和查询),以及将结果集返回到数组。通过具体示例代码,详细介绍了每一步的操作流程,帮助读者快速入门PHP与MySQL的交互。
19 1
|
15天前
|
监控 关系型数据库 MySQL
数据库优化:MySQL索引策略与查询性能调优实战
【10月更文挑战第27天】本文深入探讨了MySQL的索引策略和查询性能调优技巧。通过介绍B-Tree索引、哈希索引和全文索引等不同类型,以及如何创建和维护索引,结合实战案例分析查询执行计划,帮助读者掌握提升查询性能的方法。定期优化索引和调整查询语句是提高数据库性能的关键。
77 1