错误:[root@localhost ~]# systemctl start mariadb.service
Job for mariadb.service failed because the control process exited with error code. See “systemctl status mariadb.service” and “journalctl -xe” for details.

解决办法:

[root@localhost log]# cp /usr/share/mysql/my-huge.cnf /etc/my.cnf
把y输入
cp: overwrite ‘/etc/my.cnf’? y
再次启动就可以了
[root@localhost log]# systemctl start mariadb.service

安装mariadb
参考:
https://blog.csdn.net/Ambition2028/article/details/88379617

Job for mariadb.service failed because the control process exited with error code. Se相关推荐

  1. Reids报错解决:Job for redis-server.service failed because the control process exited with error code.

    此文首发于我的个人博客:Reids报错解决 Job for redis-server.service failed because the control process exited with er ...

  2. Job for network.service failed because the control process exited with error code问题

    最小化安装了centos7 当配置静态ip的时候,执行 重启网卡的命令 systemctl restart network 但是报了 Job for network.service failed be ...

  3. Ubuntu中重启ssh服务时提示:Job for ssh.service failed because the control process exited with error code. See

    场景 在Ubuntu中重启ssh服务时提示: Job for ssh.service failed because the control process exited with error code ...

  4. mysql.service failed because the control process exited with error code问题

    2019独角兽企业重金招聘Python工程师标准>>> =============================================================== ...

  5. 启动nginx服务报错Job for nginx.service failed because the control process exited with error code.

    nginx使用service nginx restart报错 启动nginx服务时如果遇到这个错误 Job for nginx.service failed because the control p ...

  6. Job for smbd.service failed because the control process exited with error code. See “systemctl statu

    错误 $ sudo service smbd restartJob for smbd.service failed because the control process exited with er ...

  7. Job for slapd.service failed because the control process exited with error code. See systemctl stat

    安装启动LDAP的时候如果报错 [root@cdh-server1 ~]# systemctl start slapd Job for slapd.service failed because the ...

  8. Job for tomcat.service failed because the control process exited with error code 解决办法:

    这个问题是在 < Linux下Tomcat8.5安装与环境配置 > 时遇到的: 错误信息如下: Job for tomcat.service failed because the cont ...

  9. Job for postfix.service failed because the control process exited with error code. See systemctl st

    CentOS 7.2 启动postfix的时候报错: [root@ ~]# systemctl start postfix Job for postfix.service failed because ...

最新文章

  1. makefile使用--命令(三)
  2. libpcap介绍(一)
  3. dede整站动态化或是整站静态化方法
  4. boost::mp11::mp_min相关用法的测试程序
  5. 汇编语言 修改内存中的过时数据
  6. 太和二中计算机考试,安徽省太和二中高二数学下册期末考试试题精选
  7. 详细地图_一目了然:蒙城学区划分详细地图
  8. python 数据库驱动开发实例_Python驱动概述
  9. LeetCode 513. 找树左下角的值(递归)
  10. rpm 安装 mysql5.6.28_Linux(Ubuntu)下Mysql5.6.28安装配置方法图文教程
  11. 复制不能复制的网页文字(实用篇) [图片]
  12. 如何去掉word文档右侧的竖线
  13. 批发商/分销商会有一波向B2B转型的浪潮
  14. 目标检测经典论文——YOLOv3论文翻译(纯中文版):YOLOv3:增量式的改进(YOLOv3: An Incremental Improvement)
  15. 用Python实现免费往手机发短信
  16. Elasticsearch-ais使用方式
  17. 制作AE(ArcGIS Engine 打包)开发的应用程序的安装包
  18. nginx 404 not found错误查找
  19. 信息资源管理3500字超详细,全网最全笔记!!(第一章 1)
  20. 2023年求职日记:华为成都OD岗

热门文章

  1. centos7输入法,非root用户无法使用
  2. 【[SHOI2015]超能粒子炮·改】
  3. 搭建mysql集群,使用Percona XtraDB Cluster搭建
  4. 10.25模拟 三角形
  5. javaScript转换日期合格式
  6. 如何更改Visual Studio 2008中类文件引用的默认名称空间?
  7. 设备场景函数——72个
  8. php curl 采集文件,curl获取远程文件内容
  9. ios wkweb设置图片_iOS WKWebView的使用
  10. python运行原理_Python线程池及其原理和使用(超级详细)