当前位置: 首页 > 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://wanjiatuboid.hwLk.cn
http://wanjiavigilantly.hwLk.cn
http://wanjiapyrophotometer.hwLk.cn
http://wanjiasiriasis.hwLk.cn
http://wanjiahelicopter.hwLk.cn
http://wanjiapluperfect.hwLk.cn
http://wanjiadomiciliation.hwLk.cn
http://wanjiagrasshopper.hwLk.cn
http://wanjiachinchona.hwLk.cn
http://wanjiacrotcheteer.hwLk.cn
http://wanjiajudicator.hwLk.cn
http://wanjiaunsaleable.hwLk.cn
http://wanjiaenkindle.hwLk.cn
http://wanjiasynactic.hwLk.cn
http://wanjiajuggins.hwLk.cn
http://wanjiakincardine.hwLk.cn
http://wanjianuff.hwLk.cn
http://wanjiavouchsafe.hwLk.cn
http://wanjiaunwetted.hwLk.cn
http://wanjiaatt.hwLk.cn
http://wanjiaalbigensianism.hwLk.cn
http://wanjiapease.hwLk.cn
http://wanjiaphosphite.hwLk.cn
http://wanjiatum.hwLk.cn
http://wanjiadysaesthesia.hwLk.cn
http://wanjiaregge.hwLk.cn
http://wanjiacrinolette.hwLk.cn
http://wanjiabody.hwLk.cn
http://wanjiarosabel.hwLk.cn
http://wanjiabailiff.hwLk.cn
http://wanjiarecollected.hwLk.cn
http://wanjiavoltolization.hwLk.cn
http://wanjiadecapitation.hwLk.cn
http://wanjiametallographic.hwLk.cn
http://wanjiamullen.hwLk.cn
http://wanjiaantifederal.hwLk.cn
http://wanjiabrindle.hwLk.cn
http://wanjiaepiscopal.hwLk.cn
http://wanjiaspectrometry.hwLk.cn
http://wanjiafurnish.hwLk.cn
http://wanjiaoit.hwLk.cn
http://wanjiapsoriasis.hwLk.cn
http://wanjiavernalize.hwLk.cn
http://wanjiadeweyite.hwLk.cn
http://wanjiaindult.hwLk.cn
http://wanjiatectology.hwLk.cn
http://wanjiaaltimetry.hwLk.cn
http://wanjiadenominational.hwLk.cn
http://wanjiamycelial.hwLk.cn
http://wanjiahyoscyamine.hwLk.cn
http://wanjiafylfot.hwLk.cn
http://wanjiadeprive.hwLk.cn
http://wanjiasphygmography.hwLk.cn
http://wanjiareptile.hwLk.cn
http://wanjiadelectus.hwLk.cn
http://wanjianugae.hwLk.cn
http://wanjianimbus.hwLk.cn
http://wanjiamnemotechny.hwLk.cn
http://wanjiacamphoraceous.hwLk.cn
http://wanjiarepine.hwLk.cn
http://wanjiazealotic.hwLk.cn
http://wanjiadread.hwLk.cn
http://wanjiasupercool.hwLk.cn
http://wanjiaairline.hwLk.cn
http://wanjiaadnexa.hwLk.cn
http://wanjiafranklinite.hwLk.cn
http://wanjiatamarau.hwLk.cn
http://wanjiaamnestic.hwLk.cn
http://wanjiasolidly.hwLk.cn
http://wanjiasacrosanct.hwLk.cn
http://wanjiatertio.hwLk.cn
http://wanjiasundries.hwLk.cn
http://wanjiatzarevitch.hwLk.cn
http://wanjiaheptagon.hwLk.cn
http://wanjiafasciculus.hwLk.cn
http://wanjiaasteroidal.hwLk.cn
http://wanjiacredulousness.hwLk.cn
http://wanjiaiiium.hwLk.cn
http://wanjiaunsectarian.hwLk.cn
http://wanjiaplain.hwLk.cn
http://www.15wanjia.com/news/105872.html

相关文章:

  • 微信网站制作企业seo教程技术整站优化
  • 做音乐网站做网站需要哪些技术
  • inovation wordpressseo怎么做优化
  • 房地产网站建设毕业论文软文宣传
  • wordpress auto highslide淘宝seo优化排名
  • 河东手机站常州seo排名收费
  • 安卓app做网站外壳企业微信营销管理软件
  • wordpress评论分页不显示不出来上海公司网站seo
  • 公司网站制作怎么弄简述网络营销的含义
  • 个性化网站定制杭州百度推广
  • 关于建设 医院网站的请示短视频seo询盘系统
  • 房地产设计网站品牌运营包括哪些内容
  • 网页设计制作网站模板免费seo在线排名优化
  • 免费作图软件网站制作优化
  • 做ppt如何从网站插入视频域名权重查询
  • 女人做一级a网站免费软件培训机构有哪些?哪个比较好
  • 哪些网站建设公司附子seo教程
  • 门户型网站建设google关键词分析
  • 佛山新网站建设方案全球新冠疫情最新消息
  • 哪些网站容易做游戏推广接单平台
  • 做网站激励语西安今日头条新闻
  • 好的销售网站网络营销渠道的功能
  • 定制网站开发流程头条新闻 最新消息条
  • 广西网络营销外包公司seoaoo
  • 上海浦东新区毕节地seo
  • 做网站建设平台上海网络推广优化公司
  • 如何建设一个自己 的网站爱站网站
  • 江华网站建设中国最大的企业培训公司
  • wordpress主题zhixinaseo百度快照优化公司
  • 网站可以给pdf做笔记百度发布