当前位置:网站首页>华为云服务器安装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文件夹则删除重新创建即可
边栏推荐
- Flink real-time data warehouse (7): Flink realizes the full pull module to extract data in MySQL
- SQL FOREIGN KEY
- Folium, diagnosis and close contact trajectory above
- 数组和链表的区别浅析
- 6091. Divide the array so that the maximum difference is K
- [development environment] install Visual Studio Ultimate 2013 development environment (download software | install software | run software)
- PostgresSQL 流复制 主备切换 主库无读写宕机场景
- 6092. 替换数组中的元素
- /bin/ld: 找不到 -lxslt
- For the problem that Folium map cannot be displayed, the temporary solution is as follows
猜你喜欢
Experiment collection of University "Fundamentals of circuit analysis". Experiment 4 - Research on linear circuit characteristics
PostgresSQL 流复制 主备切换 主库无读写宕机场景
又是一年毕业季
Traversal before, during and after binary tree
《大学“电路分析基础”课程实验合集.实验四》丨线性电路特性的研究
动态规划入门一,队列的bfs(70.121.279.200)
已知兩種遍曆序列構造二叉樹
Introduction to Dynamic Planning II (5.647.62)
已知两种遍历序列构造二叉树
Deux séquences ergodiques connues pour construire des arbres binaires
随机推荐
[leetcode] 344 reverse string
Make p12 certificate [easy to understand]
matlab中wavedec2,说说wavedec2函数[通俗易懂]
locate: 无法执行 stat () `/var/lib/mlocate/mlocate.db‘: 没有那个文件或目录
How to use percona tool to add fields to MySQL table after interruption
Why does the system convert the temp environment variable to a short file name?
Fastjson list to jsonarray and jsonarray to list "suggested collections"
C # get PLC information (kepserver) II
将点云坐标转换成世界坐标的demo
数据库系统概论第一章简答题-期末考得怎么样?
《大学“电路分析基础”课程实验合集.实验七》丨正弦稳态电路的研究
6096. Success logarithm of spells and potions
2279. Maximum number of backpacks filled with stones
如何實現十億級離線 CSV 導入 Nebula Graph
Wavedec2 in MATLAB, talk about the wavedec2 function [easy to understand]
PTA ladder game exercise set l2-001 inter city emergency rescue
[leetcode] 877 stone game
制作p12证书[通俗易懂]
Ssh/scp does not prompt all activities are monitored and reported
Fiddler realizes mobile packet capturing - getting started