资源简介
从mysql官网上下载mysql-server_5.7.21-1ubuntu14.04_amd64.deb-bundle.tar,然后进行离线安装,解压该安装包,会出现11个依赖包,按照顺序依次使用sudo dpkg -i 进行安装,中间会报错,显示缺少相应的依赖,具体如下:
*******@ubuntu:/opt/mysql$ sudo dpkg -i mysql-community-client_5.7.21-1ubuntu14.04_amd64.deb
Selecting previously unselected package mysql-community-client.
(Reading database ... 208518 files and directories currently installed.)
Preparing to unpack mysql-community-client_5.7.21-1ubuntu14.04_amd64.deb ...
Unpacking mysql-community-client (5.7.21-1ubuntu14.04) ...
dpkg: dependency problems prevent configuration of mysql-community-client:
mysql-community-client depends on libaio1 (>= 0.3.93); however:
Package libaio1 is not installed.
dpkg: error processing package mysql-community-client (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Errors were encountered while processing:
mysql-community-client
和
********@ubuntu:/opt/mysql$ sudo dpkg -i mysql-community-server_5.7.21-1ubuntu14.04_amd64.deb
Selecting previously unselected package mysql-community-server.
(Reading database ... 208598 files and directories currently installed.)
Preparing to unpack mysql-community-server_5.7.21-1ubuntu14.04_amd64.deb ...
Unpacking mysql-community-server (5.7.21-1ubuntu14.04) ...
dpkg: dependency problems prevent configuration of mysql-community-server:
mysql-community-server depends on libmecab2 (>= 0.996-1.1); however:
Package libmecab2 is not installed.
dpkg: error processing package mysql-community-server (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Errors were encountered while processing:
mysql-community-server
附上依赖包安装顺序:
1.mysql-common_5.7.21-1ubuntu14.04_amd64.deb
2.libmysqlclient20_5.7.21-1ubuntu14.04_amd64.deb
3.libmysqlclient-dev_5.7.21-1ubuntu14.04_amd64.deb
4.libmysqld-dev_5.7.21-1ubuntu14.04_amd64.deb
代码片段和文件信息
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6364 2018-04-13 17:21 依赖包\libaio1_0.3.109-4_amd64.deb
文件 243908 2018-04-13 17:33 依赖包\libmecab2_0.996-1.1_amd64.deb
目录 0 2018-04-13 17:53 依赖包
----------- --------- ---------- ----- ----
250272 3
----------- --------- ---------- ----- ----
文件 6364 2018-04-13 17:21 依赖包\libaio1_0.3.109-4_amd64.deb
文件 243908 2018-04-13 17:33 依赖包\libmecab2_0.996-1.1_amd64.deb
目录 0 2018-04-13 17:53 依赖包
----------- --------- ---------- ----- ----
250272 3
- 上一篇:access学生选课管理系统
- 下一篇:我的智能组卷系统数据库
相关资源
- MySql5.6.22 JDBC 最新驱动
- mysql复习题
- MySql.Data 版本6.9.9.0
- SSH框架中关于EXCEL表格导入到MySQL数据
- mysql-installer-community-5.6.msi安装完整版
- Qt + MySQL实现的聊天程序(CS架构)
- 财务报销管理系统 ssh+mysql
- mysql5.7.4地址
- mysql酒店管理系统数据表设计
- Linux mysql5.7.13安装
- mysql-5.6.30-linux-glibc2.5-x86_64.tar.gz
- mysqlbinlog工具详解
- 采用最新版本SpringBoot2+MyBatis+Mysql+Ap
- spring-boot+mybatis+mysql+maven整合
- MySQL国内地址库(含区号、邮编、一般
- mha4mysql-manager-0.56.tar.gz和mha4mysql-node
- 职工管理系统数据库
- mysql 5.1.73 驱动包
- Eclipse+MySQL数据库课程设计
- 当当书网实训项目mysql文件
- MySQL各版本my.cnf配置文件.rar
- qt 连接64位mysql的所需的支持库 qt-my
- mysql-5.6.24-winx64 官方原包
- mysql配置,通用my.cnf文件
- 中国高校数据库
- libmysql_e.dll
- mysql综合案例-我的租房网
- MySQL-5.6.22-1.el6.i686.rpm-bundle.tar
- mysql转换postgresql工具
- Qt从数据库中提取数据给变量赋值
评论
共有 条评论