Mysql workbench是一款超級(jí)棒的數(shù)據(jù)庫(kù)管理軟件,數(shù)據(jù)庫(kù)設(shè)計(jì)與建模、SQL開(kāi)發(fā)、數(shù)據(jù)庫(kù)管理、數(shù)據(jù)庫(kù)遷移等功能。
Mysql workbench功能
MySQLWorkbench提供了數(shù)據(jù)庫(kù)管理員和開(kāi)發(fā)人員集成工具環(huán)境:
數(shù)據(jù)庫(kù)設(shè)計(jì)與建模
SQL開(kāi)發(fā)
數(shù)據(jù)庫(kù)管理
數(shù)據(jù)庫(kù)遷移
社區(qū)(OSS)在GPL版本可從該頁(yè)面。
LGPL庫(kù)下載源碼包:【+】
MySQLWorkbench窗口的先決條件:
能夠安裝和運(yùn)行MySQLWorkbench對(duì)Windows系統(tǒng)需要有圖書(shū)館下面安裝。列出的項(xiàng)目提供鏈接到相應(yīng)的下載頁(yè)面,在那里你可以獲取必要的文件。
微軟框架4客戶(hù)端配置文件
VisualC++重新發(fā)布的VisualStudio2013
要了解更多關(guān)于MySQLWorkbench:
MySQLWorkbench安裝說(shuō)明文檔和改變歷史
論壇和博客
尋找傳統(tǒng)的MySQLGUI工具捆綁(管理員,QueryBrowser,遷移工具)
下載的檔案(EOL)MySQLGUI工具捆綁
Mysql workbench 使用方法
Mysql workbench中文語(yǔ)言設(shè)置方法:
edit --> preferences --> appearance --> configure Fonts for : 選中Simplified Chinese OK
1)Server Administration
* 使用MySQLInstanceConfig配置MySQL以Service運(yùn)行;
* 然后使用MySQL Workbench的Server Administration的New Server Instance創(chuàng)建新的server實(shí)例@localhost;
* 使用MySQL Workbench的Server Administration的Data Dump來(lái)導(dǎo)入我們的數(shù)據(jù)庫(kù)實(shí)例sakila-db,首先導(dǎo)入sakila schema,然后導(dǎo)入sakila data,導(dǎo)入schema如下圖:
* 導(dǎo)入的命令行可以在workbench的log中看到,schema的導(dǎo)入如下:
mysql.exe --defaults-extra-file="c:usersAAAappdatalocaltemptmphjwdop" --host=localhost --user=root --port=3306 --default-character-set=utf8 --comments < "E:mysqlsakila-dbsakila-dbsakila-schema.sql"
data的導(dǎo)入如下:
mysql.exe --defaults-extra-file="c:usersAAAappdatalocaltemptmpbsop_e" --host=localhost --user=root --port=3306 --default-character-set=utf8 --comments < "E:mysqlsakila-dbsakila-dbsakila-data.sql"
* 同時(shí)也可以使用MySQL Workbench的Server Administration的Data Dump來(lái)導(dǎo)出數(shù)據(jù)庫(kù),導(dǎo)出有兩種格式,第一為導(dǎo)出到dump project folder,每個(gè)表為一個(gè)sql文件,第二種為導(dǎo)出為self contained file,所有的表導(dǎo)出為一個(gè)sql文件;
2)SQL Development
* 使用MySQL Workbench的SQL Development的 new connection來(lái)創(chuàng)建鏈接localhost,鏈接到先前導(dǎo)入的數(shù)據(jù)庫(kù)實(shí)例sakila,如下:
* 在MySQL Workbench的SQL Development的環(huán)境中查詢(xún)數(shù)據(jù)庫(kù)實(shí)例sakila的actor表內(nèi)容,如下:
3)Data Modeling
* 使用MySQL Workbench的Data Modeling的open existing EER model來(lái)打開(kāi)數(shù)據(jù)庫(kù)實(shí)例sakila中的sakila.mwb文件,如下圖:
* 通常地,我們使用MySQL Workbench的Data Modeling從建模開(kāi)始來(lái)設(shè)計(jì)數(shù)據(jù)庫(kù),在建模完成后導(dǎo)出為sql語(yǔ)句,然后再將sql導(dǎo)入到數(shù)據(jù)庫(kù),來(lái)完成數(shù)據(jù)庫(kù)的創(chuàng)建;
Mysql workbench安裝方法
1、在188軟件園下載Mysql workbench下載,解壓下載包,找到mysql-workbench-community-6.3.6-winx64.msi雙擊安裝;
2、選擇安裝位置C:\ProgramFiles\MySQL\MySQLWorkbench6.3CE\;
3、選擇安裝模式,點(diǎn)擊install安裝;
4、正在安裝,請(qǐng)稍后;
5、安裝完成!
Mysql workbench更新日志:
1、優(yōu)化了性能
小編推薦:Mysql workbench有數(shù)據(jù)庫(kù)設(shè)計(jì)與建模、SQL開(kāi)發(fā)、數(shù)據(jù)庫(kù)管理、數(shù)據(jù)庫(kù)遷移等功能,效率高,性能穩(wěn)定快下載體驗(yàn)吧,188軟件園還有{recommendWords}等軟件供您使用。