網(wǎng)友評分:
9.7分
Mysql workbench中文版是一款由數(shù)據(jù)庫設(shè)計建模工具,你可以通過該軟件,設(shè)計和創(chuàng)建新的數(shù)據(jù)庫圖示,建立數(shù)據(jù)庫文檔,以及進(jìn)行復(fù)雜的MySQL遷移。MySQL Workbench是下一代的可視化數(shù)據(jù)庫設(shè)計、管理的工具,它同時有開源和商業(yè)化的兩個版本。
Mysql workbench中文語言設(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來導(dǎo)入我們的數(shù)據(jù)庫實(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:\users\AAA\appdata\local\temp\tmphjwdop” --host=localhost --user=root --port=3306 --default-character-set=utf8 --comments < “E:\\mysql\\sakila-db\\sakila-db\\sakila-schema.sql”
data的導(dǎo)入如下:
mysql.exe --defaults-extra-file=“c:\users\AAA\appdata\local\temp\tmpbsop_e” --host=localhost --user=root --port=3306 --default-character-set=utf8 --comments < “E:\\mysql\\sakila-db\\sakila-db\\sakila-data.sql”
* 同時也可以使用MySQL Workbench的Server Administration的Data Dump來導(dǎo)出數(shù)據(jù)庫,導(dǎo)出有兩種格式,第一為導(dǎo)出到dump project folder,每個表為一個sql文件,第二種為導(dǎo)出為self contained file,所有的表導(dǎo)出為一個sql文件;
2)SQL Development
* 使用MySQL Workbench的SQL Development的 new connection來創(chuàng)建鏈接localhost,鏈接到先前導(dǎo)入的數(shù)據(jù)庫實(shí)例sakila,如下:
* 在MySQL Workbench的SQL Development的環(huán)境中查詢數(shù)據(jù)庫實(shí)例sakila的actor表內(nèi)容,如下:
3)Data Modeling
* 使用MySQL Workbench的Data Modeling的open existing EER model來打開數(shù)據(jù)庫實(shí)例sakila中的sakila.mwb文件,如下圖:
* 在MySQL Workbench的SQL Development的環(huán)境中查詢數(shù)據(jù)庫實(shí)例sakila的actor表內(nèi)容,如下:
* 通常地,我們使用MySQL Workbench的Data Modeling從建模開始來設(shè)計數(shù)據(jù)庫,在建模完成后導(dǎo)出為sql語句,然后再將sql導(dǎo)入到數(shù)據(jù)庫,來完成數(shù)據(jù)庫的創(chuàng)建;
標(biāo)簽: 數(shù)據(jù)庫 數(shù)據(jù)庫設(shè)計工具 數(shù)據(jù)庫管理
Mysql workbench(數(shù)據(jù)庫設(shè)計設(shè)計工具) V6.3CE 中文版 25.09M | 簡體中文 | 9.7
詳情Navicat Data Modeler(數(shù)據(jù)庫設(shè)計軟件) V2.1.16 官方版 21.9M | 簡體中文 | 10
詳情DbWrench(數(shù)據(jù)庫設(shè)計軟件) V4.1.0 官方版 40.79M | 簡體中文 | 10
詳情EZDML(數(shù)據(jù)庫表結(jié)構(gòu)設(shè)計器) V2.20 官方版 2.76M | 簡體中文 | 9.4
詳情Bain DBBuilder(BDB數(shù)據(jù)庫設(shè)計工具) V3.6 官方版 2.76M | 簡體中文 | 10
詳情DbSchema(數(shù)據(jù)庫關(guān)系圖設(shè)計器) V8.1.7 官方版 150.81M | 英文 | 8
詳情關(guān)于本站|下載幫助|下載聲明|軟件發(fā)布|聯(lián)系我們
Copyright ? 2005-2024 virtualinsta360.com.All rights reserved.
浙ICP備2024132706號-1 浙公網(wǎng)安備33038102330474號