Mysql-workbench is a database design tool officially provided by mysql. It is completely free of charge,
I used 5.0 in the past. It is okay to run it in win7. But after I download the new version 5.2.9 today, it cannot run,
When preparing to give up, I found that a dependency package is prompted on mysql.com. After downloading the package, the solution is solved.
1. Download The http://ftp.jaist.ac.jp/pub/mysql/Downloads/MySQLGUITools/mysql-workbench-gpl-5.2.39-win32-noinstall.zip www.2cto.com dependency package connection:
Http://dev.mysql.com/resources/wb52_prerequisites.htmlMicrosoft. NET Framework 4 Client ProfileMicrosoft Visual C ++ 2010 Redistributable Package (x86)
2. install two plug-ins www.2cto.com
3.click mysqlworkbench.exe
4. The problem that Windows x64 cannot run is that the above two dependent plug-ins have not been installed.
Install .netframework4and vcredist_x86.exe.
Author yifangyou