MySQL Workbench (32-bit)

最新版本 MySQL Workbench 6.3.8 (32-bit)

MySQL Workbench 6.3.8 (32-bit)

MySQL Workbench 6.3.8 (32-bit)
MySQL Workbench 是數據庫架構師,開發人員和 DBA 的統一可視化工具。 MySQL Workbench 為服務器配置,用戶管理,備份等提供數據建模,SQL 開發和全面的管理工具。 MySQL Workbench 可在 Windows,Linux 和 Mac OS X.

MySQL Workbench 特性:

Design
MySQL Workbench 使 DBA,開發人員或數據架構師能夠可視化地設計,建模,生成和管理數據庫。它包含了數據建模師創建複雜 ER 模型,正向和反向工程所需的一切,還提供了執行困難變更管理和文檔任務所需的大量時間和精力的關鍵特性.

Develop
MySQL Workbench 提供了創建,執行和優化 SQL 查詢。 SQL 編輯器提供了顏色語法高亮顯示,自動完成,SQL 片段的重用以及 SQL 的執行歷史記錄。數據庫連接面板使開發人員能夠輕鬆管理標準數據庫連接,包括 MySQL Fabric。對象瀏覽器提供對數據庫模式和對象的即時訪問.

Administer
MySQL Workbench 提供了一個可視化控制台,可以輕鬆管理 MySQL 環境並更好地查看數據庫。開發人員和 DBA 可以使用可視化工具來配置服務器,管理用戶,執行備份和恢復,檢查審計數據以及查看數據庫運行狀況.

Visual Performance Dashboard
MySQL Workbench 提供了一套工具來提高 MySQL 應用程序的性能。 DBA 可以使用性能儀表板快速查看關鍵績效指標。性能報告可輕鬆識別和訪問 IO 熱點,高成本的 SQL 語句等等。此外,只需輕輕點擊一下,開發人員就可以通過改進和易用的 Visual Explain Plan 來查看優化查詢的位置.

Database Migration
MySQL Workbench 現在為遷移 Microsoft SQL Server,Microsoft Access,Sybase ASE,PostreSQL 提供了一個完整的,易於使用的解決方案,以及其他 RDBMS 表,對象和數據到 MySQL。開發人員和數據庫管理員可以快速,輕鬆地將現有的應用程序轉換為在 Windows 和其他平台上在 MySQL 上運行。遷移還支持從早期版本的 MySQL 遷移到最新版本.

注意:需要.NET Framework.

也可用:下載 MySQL Workbench for Mac

ScreenShot

軟體資訊
檔案版本 MySQL Workbench 6.3.8 (32-bit)

檔案名稱 mysql-workbench-community-6.3.8-win32.msi
檔案大小
系統 Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 Oracle
官網 https://www.mysql.com/products/workbench/
更新日期 2016-10-21
更新日誌

What's new in this version:

MySQL Workbench 6.3.8 (32-bit)
- Change log not available for this version

MySQL Workbench 6.3.7 (32-bit)
Functionality Added or Changed:
- The Default target MySQL version model preference is now an open text field instead of a dropdown select box. For example, rather than choosing a version such as "5.7", you can now enter a specific version such as 5.7.12.

Bugs Fixed:
- A typo was fixed on the Configure Server Management page.
- On OS X, after creating a new model, and new diagram, right-clicking on the empty diagram background would freeze Workbench.
- Executing Data Import/Restore would emit an unhandled exception with Import from Self-Contained File enabled.
- On Linux, the Table Data Export wizard failed to complete the export process.
- The MySQL Enterprise Backup Restore functionality could emit an unhandled exception under some circumstances.
- Editing a remote MySQL options file via the Options File management tool would emit an unhandled exception after clicking Apply.
- Exporting data to JSON was exporting NULL values as NULL instead of null, thus breaking the JSON output.
- Under Users and Privileges, Workbench did not allow hyphens for host names in the "limit to hosts matching" field.
- When viewing the code for an existing view (SQL to create the view), hexadecimal values were truncated.
- Migrating a MySQL source to a MySQL target database would fail for tables that had generated columns, as the target server rejected attempts to insert data into generated columns.
- Selecting "5.7" from Default target MySQL version did not take into account changes to newer versions, as 5.7 behaved like 5.7.0 instead of a newer version. For example, it was not possible to use the JSON data type for variables inside the stored procedure editor as JSON was added in MySQL 5.7.7.
- The Schema filter was slow (poor performance) when a lot (1000+) of schemas were present.
- The database migration wizard database field was described as "Leave blank to select it later" but this text was updated to read as "Cannot be blank" because it is a required field
- The generated SQL generated by the forward engineering wizard would incorrectly output "VIRTUALCOMMENT" instead of "VIRTUAL COMMENT".
- An new option is available to specify a path to the SSH configuration and/or known hosts file. This option overwrites the defaults.
- Workbench's Alter Table functionality did not behave correctly when a column was defined using a TIMESTAMP with fractional seconds, such as TIMESTAMP(1). In this case, some columns would be hidden from the editor.
- Under Reverse Engineering, the information provided in the wild card description to select objects contained a typo.
- After successfully executing the database migration wizard, executing it a second time required Workbench to be restarted.
- When executing Data Export using a remote MySQL connection, the error resulting from a missing mysqldump binary was unclear.
- The PostgreSQL migration wizard could fail to migrate PostgreSQL databases that were generated with tryton.
- The Dashboard and Server Status reported different Select per second values. The Server Status page reported incorrect (inflated by about 3x) values
- The PostgreSQL migration wizard could fail with an "pg_catalog.pg_enum does not exist" error.
- The Workbench interface would incorrectly orient itself to display as Right-To-Left (RTL) when a system's language is set to a RTL language, despite Workbench not being translated to that language.
- Attempting to test custom connection details (a connection not yet created by Workbench) caused Workbench to fail and exit. The Test Connection functionality only functioned for existing or new connections.
- The "Limit to Hosts Matching" field in the user manager would incorrectly report a "Host name contains incorrect characters" error if the host named contained numeric characters.
- Import and export to JSON format failed if the table had column names that were keywords such as key or value.
- The Alter Table functionality did not detect a default value change from no default value to an empty string. In other words, adding a default value of "" resulted in Workbench reporting "No changes detected".
- The DBMS connection keep-alive interval option did not function properly. As a result, Workbench could lose the connection and result in errors similar to "Error Code: 2013. Lost connection to MySQL server during query".
- All generated paths now will use "/" as the directory separator in order to avoid the "s" being interpreted as a space, such as "C:pathtocertsserver-cert.pem" for generated SSL certificates.
- Importing CSV data with from a properly UTF-8 encoded source would sometimes fail, and instead could result with errors such as "'ascii' codec can't encode character u'xcf' at position 29: ordinal not in range(128)".
- With Fabric, Workbench cached the topology information and did not update it when the topology changed, like when switching to a new master.
- Code completion has been further improved to only show relevant details, such as if a table is referenced in the FROM clause then only show columns from that table and not all from the default schema, and entries have been reordered to show columns first (only preceded by keywords).
- Some stored procedure definitions were incorrectly reported as having invalid syntax.
- Executing Alter Stored Procedure with a user lacking SELECT privileges would crash MySQL Workbench
- With the MySQL Firewall plugin enabled, having a user name containing a single quote character (rare, but not illegal) the queries would fail and produce an error in the Users and Privileges area of Workbench. These checks are now properly escaped.
- With the validate_password plugin enabled, when Workbench attempted to check the strength of a new password by sending a query to the server, the password was not properly escaped in this query. In such cases, the password was incorrectly reported as a strong or weak password. The associated "SELECT VALIDATE_PASSWORD_STRENGTH" query is now properly escaped.
- Some internal Workbench queries failed to execute with sql_mode set to ANSI_QUOTES.
- The Total Time field within the Recent Activity grid of the Online Backup / MySQL Enterprise Backup section of Workbench showed an incorrect duration value.
- With MySQL Server 5.5 and lower, executing Alter Table on tables with partitions would fail with an error similar to "Syntax error: 'PARTITION' (identifier) is not valid input at this position".
- MySQL Workbench lacked a CentOS profile, so could fail to make remote connections to a CentOS machine.
- After opening the stored procedure editor from the object browser, clicking Execute would execute a query that did not take into account the IN parameters.
- On Windows, the "DEFAULT NULL" value could unintentionally be removed from the "Alter Table" window when clicking on it.
- The Database Migration migration link on the home page was not functioning immediately after a successful migration.
- Several grammar and spelling corrections were implemented into the GUI.
- Under certain circumstances, sub-queries were reported as syntax errors
- Several SQL Server 2014 database migration improvements.
- While modeling, pressing the Enter key while editing a document's properties would close the document properties window instead of adding a new line
- When copying tables, Workbench makes one connection at the start to disable triggers, makes a separate connection to do the data copy, then returns to the first connection to re-enable triggers. If the copy takes longer than the server's wait_timeout, the first connection timed out.
- The Driver sends Unicode data as UTF-8 advanced database migration option that is available when using an ODBC driver is now disabled by default. Also, connections could hang when this option was enabled.
- Executing Delete Row(s) after selecting more than six rows from the results grid would not delete all of the selected rows.
- Adding a DATETIME with precision (such as DATETIME(3)) from the Table Editor would eventually get reverted to DATETIME (without precision).
- The search (magnifying glass) icon in the schema search field was misplaced after the left sidebar was resized.
- Workbench will now prompt to continue the execution of operations containing loops in stored procedures, instead of just canceling it after ~200 executions.
- The Performance Schema installation procedure in Workbench failed to check user privileges before attempting the installation. For example, if the user had all privileges except "ALTER ROUTINE", it would update sys.version but fail to complete the installation, and also fail to back out thereby leaving the sys.version as current but none of the functions were updated.
- On Linux and OS X, the Options File viewer shortened (cut) long option names in the GUI, although editing their values changed the correct options.
- MySQL connections were leaked when connecting and disconnecting to MySQL databases. It leaked one connection per re-connect to a database.
- A large database caused the size reported under the Schema Inspector to wrap around and display a negative number.
- From the Options File management feature, clicking Discard with the Advanced tab open would always revert the thread_handling option value to "one-thread-per-connection" even if it was set to "no threads".
- The print preview icon dialog was missing the Workbench icon.
- Changes to the modeling Appearance font preference did not save properly, or have an effect.
- On Windows, the Query Stats graph would not render with MySQL Server 5.7.
- The Query Stats information tab was populated even when the Performance Schema was disabled.
- The Toggle whether execution of SQL script should continue after failed statements button was updated to better indicate when the option is enabled or disabled.
- On Windows, after closing and reopening Workbench with several SQL Editor tabs open, the tabs names were hash values (instead of MySQL connection names) if the connection names contained non-standard text.
- In the Table Editor, if a column has NN checked, and NN is then unchecked, then a default NULL value is automatically added to the CREATE TABLE statement when Apply is clicked. The column then shows a default value of NULL in the Table Editor.
- If a setting is (incorrectly) defined twice in my.ini, Workbench separates its values with a newline ("n"). For example, if sort_buffer_size is defined twice, Workbench displays it as "sort_buffer_size=256Kn256K". Workbench now follows MySQL Server behavior, and uses the last defined option.
- The cursor could seemingly disappear after executing a query, as it could remain at its last position when the query started to execute. (Bug #19703074, Bug #74128)
- The model Page setup... functionality was not always preserved when choosing a size for printing.

MySQL Workbench 6.3.8 (32-bit) 相關參考資料
Changes in MySQL Workbench 6.3.0 (Not released, Internal)

For OS X, the build architecture changed from 32-bit to 64-bit, meaning 32-bit binaries are no longer built. For Windows, both 32-bit and 64-bit binaries ...

https://dev.mysql.com

Download MySQL Workbench

The following LGPL libraries are used by MySQL Workbench and their sources are provided for download in compliance with the LGPL.

https://dev.mysql.com

Download MySQL Workbench (Archived Versions)

To download the latest release of MySQL Workbench, please visit MySQL Downloads. Product Version: 8.0.34, 8.0.33, 8.0.32, 8.0.31, 8.0.30, 8.0.29, 8.0.28, 8.0.27 ...

https://downloads.mysql.com

Download MySQL WorkBench 32-bit

Download MySQL WorkBench Community 32-bit for Windows 32-bit all versions. MySQL WorkBench is ideal for database administrators (DBAs) tool and MySQL ...

https://www.youwindowsworld.co

Downloading MySQL Workbench 6.3.8 (32-bit) ...

Powerful MySQL database visual editor for Windows · MySQL Workbench 6.3.8 (32-bit) · Key details about this download. The file will be downloaded ...

https://www.filehorse.com

MySQL Workbench 6.3.8

2016年10月22日 — WARNING: since 6.3.9 the MySQL Workbench 32 bit is not available as a separate download anymore. MySQL Workbench. License: GPLv2. Version: 6.3.8.

http://www.npackd.org

MySQL Workbench 6.3.8 (32-bit) Download

2016年10月21日 — Download MySQL Workbench 6.3.8 (32-bit) for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download 32-bit Software Version.

https://www.filehorse.com

MySQL Workbench 6.3.8 (32-bit) for Windows 軟體資訊交流

- After successfully executing the database migration wizard, executing it a second time required Workbench to be restarted. - When executing Data Export using ...

https://winxmac.com

Older versions of MySQL Workbench (Windows)

Download older versions of MySQL Workbench for Windows. All of the older versions of MySQL Workbench have no viruses and are totally free on Uptodown.

https://mysql-workbench.en.upt