Ubuntu安装MySQL数据库

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

介绍

安装环境: Ubuntu14.04

安装MysqL数据库

具体步骤如下:

apt-get update
apt-get install python-pip

apt-get install MysqL-server
apt-get install MysqL-client

MysqL -uroot -p

参考:
- http://www.cnblogs.com/starof/p/4680083.html

原文链接:https://www.f2er.com/ubuntu/353735.html

猜你在找的Ubuntu相关文章