Ubuntu 14 安装mysql 报错

前端之家收集整理的这篇文章主要介绍了Ubuntu 14 安装mysql 报错前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

一定要先对源进行升级

sudo apt-get update

我这里出错

W:Failed to fetch http://repo.MysqL.com/apt/ubuntu/dists/trusty/InRelease

升级失败后面的安装就不会成功。

官网查询后:

shell> sudo apt-get update
W: Failed to fetch http://repo.MysqL.com/apt/ubuntu/dists/trusty/InRelease
Unable to find expected entry 'utilities-1.4/binary-amd64/Packages' in
Release file (Wrong sources.list entry or malformed file)

升级就ok.

执行:
apt-get install MysqL-server

报错:

E: The package MysqL-community-server needs to be reinstalled,but I can't find an archive for it.
原文链接:https://www.f2er.com/ubuntu/353516.html

猜你在找的Ubuntu相关文章