Home > Database > Mysql Tutorial > Ubuntu 12.04 配置MySQL

Ubuntu 12.04 配置MySQL

WBOY
Release: 2016-06-07 16:46:30
Original
1169 people have browsed it

安装了Ubuntu 12.04 ,mysql-server可以安装成功,但是mysql-admin却找到不到。原来Ubuntu 12.04已经全面升级了MySQL数据库,mys

在Ubuntu 12.04 之前的版本中配置MySQL数据库非常方便,只需要运行3条命令即可:

       sudo apt-get install mysql-server

       sudo apt-get install mysql-admin

       sudo apt-get install mysql-query-browser

     今天安装了Ubuntu 12.04 ,mysql-server可以安装成功,但是mysql-admin却找到不到。原来Ubuntu 12.04已经全面升级了MySQL数据库,mysql-server已经升级到5.5.22,MySQL的图形界面mysql-admin和mysql-query-browser也升级到mysql-workbench。

       所以,,只要执行两条命令即可:

      sudo apt-get install mysql-server

      sudo apt-get install mysql-workbench

Ubuntu 12.04 配置MySQL

更多Ubuntu相关信息见Ubuntu 专题页面 ?tid=2

linux

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template