Ubuntu14.04下安装mysql的详细教程

如何在Ubuntu下安装mysql啊,用网上的指令会报错
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

求大神指点下。在线等,谢谢

http://www.linuxdiyf.com/linux/18852.html

两个办法,一个是用新立得软件管理器,里面数据库软件里面有mysql,点点鼠标就装了
或者打开一个终端,输入
sudo apt-get install mysql-server
输入你的用户名密码
会自动安装
如果你还要客户端工具,运行
apt-get isntall mysql-client
会自动安装依赖的组件。

一般Linux系统安装东西的时候都要先执行:

 sudo apt-get update

然后我的系统也是Ubuntu14.04,参照如下教程安装的,没有出现问题:
http://jingyan.baidu.com/article/425e69e6bbc6c7be14fc1640.html