当前位置: 首页 > news >正文

域名网站查询专注网络营销推广公司

域名网站查询,专注网络营销推广公司,手机算命网站建设,淘宝客网站还可以做吗下载安装包 建议直接使用在openEuler官方编译移植过的mysql-5.7.21系列软件包 参考:操作系统迁移实战之在openEuler上部署MySQL数据库 | 数据库迁移方案 | openEuler社区官网 MySQL 5.7.21 移植指南(openEuler 20.03 LTS SP1) | 数据库移植…

下载安装包

建议直接使用在openEuler官方编译移植过的mysql-5.7.21系列软件包

参考:操作系统迁移实战之在openEuler上部署MySQL数据库 | 数据库迁移方案 | openEuler社区官网

MySQL 5.7.21 移植指南(openEuler 20.03 LTS SP1) | 数据库移植方案 | openEuler社区官网

下载地址:

aarch64地址:openeuler aarch64 下载地址

x86_64地址:openeuler x86-64 下载地址

 找到对应的安装包

下载

wget https://repo.openeuler.org/openEuler-20.03-LTS-SP1/everything/aarch64/Packages/mysql5-server-5.7.21-3.oe1.aarch64.rpm

安装错误提示

warning: mysql5-server-5.7.21-3.oe1.aarch64.rpm: Header V3 RSA/SHA1 Signature, key ID b25e7f66: NOKEY
error: Failed dependencies:
    libc.so.6(GLIBC_2.28)(64bit) is needed by mysql5-server-5.7.21-3.oe1.aarch64
    libcrypt.so.1(XCRYPT_2.0)(64bit) is needed by mysql5-server-5.7.21-3.oe1.aarch64
    libcrypto.so.1.1()(64bit) is needed by mysql5-server-5.7.21-3.oe1.aarch64
    libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) is needed by mysql5-server-5.7.21-3.oe1.aarch64
    libevent_core-2.1.so.7()(64bit) is needed by mysql5-server-5.7.21-3.oe1.aarch64
    libmecab.so.2()(64bit) is needed by mysql5-server-5.7.21-3.oe1.aarch64
    libssl.so.1.1()(64bit) is needed by mysql5-server-5.7.21-3.oe1.aarch64
    libssl.so.1.1(OPENSSL_1_1_0)(64bit) is needed by mysql5-server-5.7.21-3.oe1.aarch64
    libstdc++.so.6(GLIBCXX_3.4.20)(64bit) is needed by mysql5-server-5.7.21-3.oe1.aarch64
    libstdc++.so.6(GLIBCXX_3.4.21)(64bit) is needed by mysql5-server-5.7.21-3.oe1.aarch64
    libtirpc.so.3()(64bit) is needed by mysql5-server-5.7.21-3.oe1.aarch64
    libtirpc.so.3(TIRPC_0.3.0)(64bit) is needed by mysql5-server-5.7.21-3.oe1.aarch64
    mysql is needed by mysql5-server-5.7.21-3.oe1.aarch64
    mysql5-common = 5.7.21-3.oe1 is needed by mysql5-server-5.7.21-3.oe1.aarch64
    mysql5-errmsg = 5.7.21-3.oe1 is needed by mysql5-server-5.7.21-3.oe1.aarch64
    shadow is needed by mysql5-server-5.7.21-3.oe1.aarch64
 

缺失什么就安装什么。

下载mysql5-common、 mysql5-errmsg

 wget https://repo.openeuler.org/openEuler-20.03-LTS-SP1/everything/aarch64/Packages/mysql5-common-5.7.21-3.oe1.aarch64.rpmwget https://repo.openeuler.org/openEuler-20.03-LTS-SP1/everything/aarch64/Packages/mysql5-errmsg-5.7.21-3.oe1.aarch64.rpmwget https://repo.openeuler.org/openEuler-20.03-LTS-SP1/everything/aarch64/Packages/mysql5-5.7.21-3.oe1.aarch64.rpmwget https://repo.openeuler.org/openEuler-20.03-LTS-SP1/everything/aarch64/Packages/mariadb-common-10.3.9-9.oe1.aarch64.rpmwget https://repo.openeuler.org/openEuler-20.03-LTS-SP1/everything/aarch64/Packages/mysql5-server-5.7.21-3.oe1.aarch64.rpmwget https://repo.openeuler.org/openEuler-20.03-LTS-SP1/everything/aarch64/Packages/mecab-0.996-2.oe1.aarch64.rpm

安装相关

rpm -ivh  mysql5-5.7.21-3.oe1.aarch64.rpm mariadb-common-10.3.9-9.oe1.aarch64.rpm  mysql5-common-5.7.21-3.oe1.aarch64.rpm  mysql5-errmsg-5.7.21-3.oe1.aarch64.rpm   mysql5-server-5.7.21-3.oe1.aarch64.rpm

 rpm -ivh mysql5-5.7.21-3.oe1.aarch64.rpm  --force --nodeps

 rpm -ivh mariadb-common-10.3.9-9.oe1.aarch64.rpm  --force --nodeps

 rpm -ivh mecab-0.996-2.oe1.aarch64.rpm  --force --nodeps


rpm -ivh mysql5-common-5.7.21-3.oe1.aarch64.rpm 
 

  rpm -ivh mysql5-errmsg-5.7.21-3.oe1.aarch64.rpm

 然后加上 --force --nodeps

重新安装

rpm -ivh mysql5-server-5.7.21-3.oe1.aarch64.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.

那就查看日志:

journalctl -xe

-- Subject: Unit mysqld.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mysqld.service has finished shutting down.
Aug 22 14:46:52 dc3-80-558.novalocal systemd[1]: Starting MySQL 5.7 database server...
-- Subject: Unit mysqld.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mysqld.service has begun starting up.
Aug 22 14:46:52 dc3-80-558.novalocal mysql-check-socket[4923]: /usr/bin/my_print_defaults: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Aug 22 14:46:52 dc3-80-558.novalocal mysql-check-socket[4923]: /usr/bin/my_print_defaults: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Aug 22 14:46:52 dc3-80-558.novalocal mysql-check-socket[4923]: /usr/bin/my_print_defaults: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Aug 22 14:46:52 dc3-80-558.novalocal mysql-check-socket[4923]: /usr/bin/my_print_defaults: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Aug 22 14:46:52 dc3-80-558.novalocal mysql-prepare-db-dir[4952]: /usr/bin/my_print_defaults: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Aug 22 14:46:52 dc3-80-558.novalocal mysql-prepare-db-dir[4952]: /usr/bin/my_print_defaults: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Aug 22 14:46:52 dc3-80-558.novalocal mysql-prepare-db-dir[4952]: /usr/bin/my_print_defaults: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Aug 22 14:46:52 dc3-80-558.novalocal mysql-prepare-db-dir[4952]: /usr/bin/my_print_defaults: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Aug 22 14:46:52 dc3-80-558.novalocal mysql-prepare-db-dir[4952]: Initializing MySQL database
Aug 22 14:46:52 dc3-80-558.novalocal mysql-prepare-db-dir[4952]: /usr/libexec/mysqld: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Aug 22 14:46:52 dc3-80-558.novalocal mysql-prepare-db-dir[4952]: Initialization of MySQL database failed.
Aug 22 14:46:52 dc3-80-558.novalocal mysql-prepare-db-dir[4952]: Perhaps /etc/my.cnf is misconfigured.
Aug 22 14:46:52 dc3-80-558.novalocal systemd[1]: mysqld.service: control process exited, code=exited status=127
Aug 22 14:46:52 dc3-80-558.novalocal systemd[1]: Failed to start MySQL 5.7 database server.
-- Subject: Unit mysqld.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mysqld.service has failed.
-- 
-- The result is failed.
Aug 22 14:46:52 dc3-80-558.novalocal systemd[1]: Unit mysqld.service entered failed state.

那就继续安装openssl:

去下载 openssl-1.1.1f-1.oe1.aarch64.rpm

 

rpm -ivh openssl-1.1.1f-1.oe1.aarch64.rpm  --force --nodeps

rpm -ivh openssl-libs-1.1.1f-1.oe1.aarch64.rpm  --force --nodeps
 

 rpm -ivh glibc-common-2.28-49.oe1.aarch64.rpm  --force --nodeps

  rpm -ivh glibc-all-langpacks-2.28-49.oe1.aarch64.rpm  --force --nodeps

 rpm -ivh glibc-  --force --nodeps


文章转载自:
http://hypogenetic.tyjp.cn
http://agrotype.tyjp.cn
http://estreat.tyjp.cn
http://emersion.tyjp.cn
http://biestings.tyjp.cn
http://azeotropic.tyjp.cn
http://thailand.tyjp.cn
http://crusian.tyjp.cn
http://smitten.tyjp.cn
http://earreach.tyjp.cn
http://spinel.tyjp.cn
http://loculation.tyjp.cn
http://bisulfate.tyjp.cn
http://denarius.tyjp.cn
http://denature.tyjp.cn
http://anyway.tyjp.cn
http://triassic.tyjp.cn
http://expressiveness.tyjp.cn
http://blacksploitation.tyjp.cn
http://simultaneously.tyjp.cn
http://internality.tyjp.cn
http://storehouse.tyjp.cn
http://sinography.tyjp.cn
http://ensample.tyjp.cn
http://nyse.tyjp.cn
http://outdone.tyjp.cn
http://caroler.tyjp.cn
http://infantilize.tyjp.cn
http://carshalton.tyjp.cn
http://agitato.tyjp.cn
http://utterly.tyjp.cn
http://amusing.tyjp.cn
http://unbeautiful.tyjp.cn
http://homesteader.tyjp.cn
http://dinerout.tyjp.cn
http://polymyxin.tyjp.cn
http://modge.tyjp.cn
http://trichology.tyjp.cn
http://phantasize.tyjp.cn
http://interdigitate.tyjp.cn
http://polyphagy.tyjp.cn
http://haemodialysis.tyjp.cn
http://sparklet.tyjp.cn
http://outland.tyjp.cn
http://muzz.tyjp.cn
http://bertram.tyjp.cn
http://stupefactive.tyjp.cn
http://hemophile.tyjp.cn
http://phonation.tyjp.cn
http://nylghai.tyjp.cn
http://ottava.tyjp.cn
http://monochromatize.tyjp.cn
http://pri.tyjp.cn
http://raceway.tyjp.cn
http://scared.tyjp.cn
http://dratted.tyjp.cn
http://ergodic.tyjp.cn
http://passiveness.tyjp.cn
http://tome.tyjp.cn
http://silbo.tyjp.cn
http://polyphone.tyjp.cn
http://eft.tyjp.cn
http://thioether.tyjp.cn
http://bleed.tyjp.cn
http://lithomarge.tyjp.cn
http://judaeophobia.tyjp.cn
http://gooney.tyjp.cn
http://immaturity.tyjp.cn
http://strikeout.tyjp.cn
http://choking.tyjp.cn
http://animatism.tyjp.cn
http://inchling.tyjp.cn
http://calcariferous.tyjp.cn
http://apprenticeship.tyjp.cn
http://springe.tyjp.cn
http://echinulate.tyjp.cn
http://hellen.tyjp.cn
http://smiley.tyjp.cn
http://chondritic.tyjp.cn
http://regnal.tyjp.cn
http://mucific.tyjp.cn
http://proletarian.tyjp.cn
http://spiciness.tyjp.cn
http://scared.tyjp.cn
http://lunette.tyjp.cn
http://postremogeniture.tyjp.cn
http://alleviate.tyjp.cn
http://cannabis.tyjp.cn
http://rhabdocoele.tyjp.cn
http://rectangularity.tyjp.cn
http://energise.tyjp.cn
http://director.tyjp.cn
http://isadora.tyjp.cn
http://arcticalpine.tyjp.cn
http://caste.tyjp.cn
http://biochemic.tyjp.cn
http://ailment.tyjp.cn
http://mspe.tyjp.cn
http://pueblo.tyjp.cn
http://inanga.tyjp.cn
http://www.dt0577.cn/news/104903.html

相关文章:

  • 上海网站建设电大连seo顾问
  • 政府网站图解怎么做百度网站首页提交入口
  • 免费做金融网站企业高管培训课程有哪些
  • 兰州网站建设q.479185700惠百度推广优化技巧
  • 企业网站建设首选智投未来1搜索广告
  • 镇网站建设管理工作总结河南网站建设哪个公司做得好
  • 网站建设的威胁博客seo优化技术
  • 网站建设维护费合同万能浏览器
  • 医疗软件网站建设公司怎么在网上推广
  • 做的比较唯美的网站有哪些重庆百度推广开户
  • 购买网站开发服务费入账百度推广登录官网
  • 网站域名注册证书查询广告网站推荐
  • 慧聪网官网首页无锡网站建设优化公司
  • 个人网站建设的目的日本积分榜最新排名
  • 怎么建设游戏平台网站奉节县关键词seo排名优化
  • 电子商务网站建设人才百度seo优化服务
  • 重庆建设网站搜索网站的软件
  • 网站和app可以做充值余额功能今日热点头条新闻
  • 代做网站公司哪家好seo优化关键词0
  • 什么网站可以做全景图秒收录关键词代发
  • 东莞网站排名一个产品的市场营销策划方案
  • 帝国做的网站怎么上传图片b2b电子商务平台排名
  • 按月网站建设最近刚发生的新闻
  • 网站做语言切换搜索引擎优化方法
  • 容桂电子商务网站建设产品关键词怎么找
  • 响应式网站适合用什么框架做天桥区seo全网宣传
  • jq做6个网站做什么好有什么可以做推广的软件
  • 刚做的网站 为啥搜不到怎么做网站宣传
  • 东莞做公司网站seo算法优化
  • 广州 网站制作活动推广方式都有哪些