码迷,mamicode.com
首页 > 数据库 > 详细

Ubuntu 安装mysql

时间:2014-10-29 23:42:31      阅读:591      评论:0      收藏:0      [点我收藏+]

标签:style   io   for   sp   on   问题   bs   ad   size   

1.下载ubuntu版mysql

2.解压mysql

3.安装

sudo dpkg -i mysql-common_5.6.21-1ubuntu14.04_amd64.deb mysql-community-server_5.6.21-1ubuntu14.04_amd64.deb mysql-community-client_5.6.21-1ubuntu14.04_amd64.deb 

 

执行命令后报错 提示

 

正在设置 mysql-common (5.6.21-1ubuntu14.04) ...

 

dpkg: dependency problems prevent configuration of mysql-community-server:

 

 mysql-community-server 依赖于 libaio1 (>= 0.3.93);然而:

 

  未安装软件包 libaio1。

 

 

dpkg: error processing package mysql-community-server (--install):

 

 依赖关系问题 - 仍未被配置

 

dpkg: dependency problems prevent configuration of mysql-community-client:

 

 mysql-community-client 依赖于 libaio1 (>= 0.3.93);然而:

 

  未安装软件包 libaio1。

 

 

 

 

 

dpkg: error processing package mysql-community-client (--install):

 依赖关系问题 - 仍未被配置

 

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

 

在处理时有错误发生:

 

mysql-community-server

 

mysql-community-client

 

 

安装libaio1包即可

 

 

sudo apt-get install libaio1

Ubuntu 安装mysql

标签:style   io   for   sp   on   问题   bs   ad   size   

原文地址:http://www.cnblogs.com/exmyth/p/4060829.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!