当前位置:网站首页>华为云服务器安装mysqlb for mysqld.service failed because the control process exited with error code.See “sys
华为云服务器安装mysqlb for mysqld.service failed because the control process exited with error code.See “sys
2022-07-02 12:32:00 【请告诉他】
最近租了个华为云服务器,就是因为是贪图新用户折扣大,不贵,但是不太好用
一、
找到所有关于linux系统中关于mysql的文件
# find / -name '*mysql'

通过下面这个一个一个删除掉
rm -rf /usr/local/mysql
# 因为华为云上有可能默认用的是 maradb 先卸载服务器上的 mariadb 依赖
yum remove mariadb-libs
安装mysql的时候是从下面这两个地方去获得安装包
下载页面:https://downloads.mysql.com/archives/community/
下载地址:https://downloads.mysql.com/archives/get/p/23/file/mysql-5.7.36-1.el7.x86_64.rpm-bundle.tar
然后下载下来

解压
tar -xvf mysql-5.7.36-1.el7.x86_64.rpm-bundle.tar得到

执行如下
# 2.依次安装mysql rpm
rpm -ivh mysql-community-common-5.7.36-1.el7.x86_64.rpm;
rpm -ivh mysql-community-libs-5.7.36-1.el7.x86_64.rpm;
rpm -ivh mysql-community-client-5.7.36-1.el7.x86_64.rpm;
rpm -ivh mysql-community-server-5.7.36-1.el7.x86_64.rpm --force --nodeps;
启动 systemctl start mysqld
报错
Job for mysqld.service failed because the control process exited with error code.
See "systemctl status mysqld.service" and "journalctl -xe" for details.
[[email protected] system]# systemctl status mysqld.service
● mysqld.service - MySQL Server
Loaded: loaded (/usr/lib/systemd/system/mysqld.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2022-06-28 15:12:01 CST; 18s ago
Docs: man:mysqld(8)
http://dev.mysql.com/doc/refman/en/using-systemd.html
Process: 21786 ExecStart=/usr/sbin/mysqld --daemonize --pid-file=/var/run/mysqld/mysqld.pid $MYSQLD_OPTS (code=exited, status=127)
Process: 21763 ExecStartPre=/usr/bin/mysqld_pre_systemd (code=exited, status=0/SUCCESS)
更多错误信息

处理办法
vi /etc/my.cnf
将datadir = /var/lib/mysql 改成
之后,还需要在/var/lib/mysql下执行mkdir data 如果该目录存在data文件夹则删除重新创建即可
边栏推荐
- Digital collection system development (program development) - Digital Collection 3D modeling economic model system development source code
- [leetcode] 417 - Pacific Atlantic current problem
- 全是精华的模电专题复习资料:基本放大电路知识点
- 已知兩種遍曆序列構造二叉樹
- Nebula Graph & 数仓血缘关系数据的存储与读写
- Lseek error
- SQL FOREIGN KEY
- Demo of converting point cloud coordinates to world coordinates
- 《大学“电路分析基础”课程实验合集.实验五》丨线性有源二端网络等效电路的研究
- Jsp+mysql006 community management system
猜你喜欢

《大学“电路分析基础”课程实验合集.实验六》丨典型信号的观察与测量
![[development environment] install Visual Studio Ultimate 2013 development environment (download software | install software | run software)](/img/26/3f19d36c048e669c736e27384e0fa7.jpg)
[development environment] install Visual Studio Ultimate 2013 development environment (download software | install software | run software)

HMS core machine learning service helps zaful users to shop conveniently

动态规划入门一,队列的bfs(70.121.279.200)

PHP static members

Review materials for the special topic of analog electronics with all essence: basic amplification circuit knowledge points

【Experience Cloud】如何在VsCode中取得Experience Cloud的MetaData

爱可可AI前沿推介(7.2)

PTA ladder game exercise set l2-001 inter city emergency rescue

Postgressql stream replication active / standby switchover primary database no read / write downtime scenario
随机推荐
全是精华的模电专题复习资料:基本放大电路知识点
Nebula Graph & 数仓血缘关系数据的存储与读写
Aiko ai Frontier promotion (7.2)
Deux séquences ergodiques connues pour construire des arbres binaires
QVariant与Json的各种纠葛——Qt
PostgresSQL 流复制 主备切换 主库无读写宕机场景
/Bin/ld: cannot find -lxml2
beforeEach
Armv8-a programming guide MMU (4)
Make p12 certificate [easy to understand]
Boot 中bean配置覆盖
Some problems about pytorch extension
[leetcode] 876 intermediate node of linked list
【Experience Cloud】如何在VsCode中取得Experience Cloud的MetaData
多数据源配置代码
Lseek error
愛可可AI前沿推介(7.2)
SQL修改语句
图数据库|Nebula Graph v3.1.0 性能报告
【题解】Educational Codeforces Round 82