Home >Database >Mysql Tutorial >Ubuntu安装MySQL-workbench_MySQL

Ubuntu安装MySQL-workbench_MySQL

WBOY
WBOYOriginal
2016-06-01 13:18:321002browse

Ubuntu

bitsCN.com

系统: Ubuntu12.04LTS

MySQL版本: 5.5.35-0ubuntu0.12.04.2(Ubuntu)

step1:下载MySQLWorkbench

下载地址:

http://dev.mysql.com/downloads/tools/workbench/

进入网页在最下面选择好系统版本之后,就可以下载了。

step2:安装MySQLWorkbench

打开终端输入命令:

sudodpkg -i mysql-workbench-community-6.0.9-1ubu1204-i386.deb

如果安装不成功的提示,可以输入以下命令:

apt-get-f install

然后重新输入命令

sudodpkg -i mysql-workbench-community-6.0.9-1ubu1204-i386.deb

安装完成。

如图:

/

bitsCN.com
Statement:
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