当前位置:网站首页>华为云服务器安装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文件夹则删除重新创建即可
边栏推荐
- Jsp+mysql006 community management system
- 6090. 极大极小游戏
- Astra: could not open "2bc5/ [email protected] /6“: Failed to set USB interface
- [leetcode] 1020 number of enclaves
- SQL modification statement
- /bin/ld: 找不到 -lcrypto
- 2278. Percentage of letters in string
- /Bin/ld: cannot find -lpam
- Wise target detection 23 - pytoch builds SSD target detection platform
- C # get PLC information (kepserver) II
猜你喜欢
2020.4.12 byte written test questions B DP D monotone stack
The sea of stars hidden behind the nebula graph
Experiment collection of University "Fundamentals of circuit analysis". Experiment 4 - Research on linear circuit characteristics
Finally, I understand the event loop, synchronous / asynchronous, micro task / macro task, and operation mechanism in JS (with test questions attached)
如何实现十亿级离线 CSV 导入 Nebula Graph
图数据库|Nebula Graph v3.1.0 性能报告
[leetcode] 417 - Pacific Atlantic current problem
Comment réaliser un graphique Nebula d'importation CSV hors ligne de niveau milliard
Deux séquences ergodiques connues pour construire des arbres binaires
PostgresSQL 流复制 主备切换 主库无读写宕机场景
随机推荐
Use ffmpeg command line to push UDP and RTP streams (H264 and TS), and ffplay receives
Review materials for the special topic of analog electronics with all essence: basic amplification circuit knowledge points
[leetcode] 876 intermediate node of linked list
动态规划入门一,队列的bfs(70.121.279.200)
[2. Basics of Delphi grammar] 3 Object Pascal constants and variables
[leetcode] 1905 statistics sub Island
构建多架构镜像的最佳实践
/bin/ld: 找不到 -llz4
/bin/ld: 找不到 -lxml2
Postgressql stream replication active / standby switchover primary database no read / write downtime scenario
locate: 无法执行 stat () `/var/lib/mlocate/mlocate.db‘: 没有那个文件或目录
6095. 强密码检验器 II
win10系统升级一段时间后,内存占用过高
Solve the problem of base64encoder error
蚂蚁集团大规模图计算系统TuGraph通过国家级评测
Locate: cannot execute stat() `/var/lib/mlocate/mlocate Db ': there is no such file or directory
Soul torture, what is AQS???
Two traversal sequences are known to construct binary trees
Experiment collection of University "Fundamentals of circuit analysis". Experiment 6 - observation and measurement of typical signals
Digital collection system development (program development) - Digital Collection 3D modeling economic model system development source code