ubuntu安装最新版本mysql

Ubuntu Linux 14.04 (x86, 64-bit)默认安装的是mysql-5.5,目前mysql已经更新的5.7了。
首先进入https://dev.mysql.com/downloads/repo/apt/最下面下载
这里写图片描述
执行:

# sudo dpkg -i mysql-apt-config_0.8.7-1_all.deb 

中间会出来一个选项,默认选择最新的mysql版本,选择相应的版本之后,选择最下面的ok即可,然后:

# sudo apt-get update
###更新完成之后
#sudo apt-get install mysql-server
###这时候敲tab键会出现:
mysql-server           mysql-server-5.6       mysql-server-core-5.6  
mysql-server-5.5       mysql-server-core-5.5  
###第一个mysql-server就是最新版本的mysql,所以执行上面的命令即可
#sudo apt-get install mysql-server

出现以下提示:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
mysql-server is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 mysql-server : Depends: mysql-community-server (= 5.7.19-1ubuntu14.04) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

执行:

# sudo apt-get install 

查看版本信息:

# mysql -v
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 15
Server version: 5.7.19 MySQL Community Server (GPL)

Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值