How can I directly view blobs in MySQL Workbench

In short: Go to Edit > Preferences Choose SQL Editor Under SQL Execution, check Treat BINARY/VARBINARY as nonbinary character string Restart MySQL Workbench (you will not be prompted or informed of this requirement). In MySQL Workbench 6.0+ Go to Edit > Preferences Choose SQL Queries Under Query Results, check Treat BINARY/VARBINARY as nonbinary character string … Read more

MySQL Workbench 6.3 (Mac) hangs on simple queries

UPDATE 3: The problem is fixed for MacOS HighSierra in MySQL Workbench 6.3.10. UPDATE 2: It looks like the bug is recurring again in MacOS HighSierra. See https://bugs.mysql.com/bug.php?id=83658 for more details. There is an unofficial build that fixes the problem. You can download it at: https://drive.google.com/drive/folders/0B2fTesDcrHzVRGVFWEdILWpuaEE?usp=sharing The build was created by Bob Davenport. See https://bugs.mysql.com/bug.php?id=87714 … Read more

How to get a table creation script in MySQL Workbench?

I cannot find such an option either, at least in the Community edition. I suppose this corresponds to the Reverse Engineering feature, which, unfortunately, is only available in the commercial edition (quoting) : reverse engineering a database directly from a MySQL server applies to commercial versions of MySQL Workbench only. Still, you can use plain-SQL … Read more

Export Data from mysql Workbench 6.0

mysqldump: [ERROR] unknown variable ‘delayed-insert=FALSE’ This error occurs on various systems and can be temporarily fixed by: Going to the appropriate directory depending on the system: a) Windows: C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules (32-bit installation on x64 systems: C:\Program Files (x86)\MySQL\MySQL Workbench 6.3 CE\modules) b) Mac OS X: Applications/MYSQLWorkbench.app/Contents/Resources/plugins – right click on the app … Read more