Mysql Workbench does not start

Asked

Viewed 3,611 times

3

I have been working daily on mysql Workbench. It turns out that out of nowhere the tool has stopped working. I click on the icon and nothing happens. I tried to restart the computer as well as restart the service "Mysql56" but no effect.

I looked up the Wb file under "C: Users Pedro Appdata Roaming Mysql Workbench log Wb" and has the following error: "Workbench]: Console redirection failed."

Does anyone know how I can fix this?

  • Pedro, try to add more details to your question. An error occurs when you open the program?

  • Have you tried uninstalling the program and installing it again? And I don’t really think this question is about programming.... I think there should be a Super User in Portuguese for this type of question.

  • No log file for Mysql Workbench?

  • From the command line you can access? which version Workbench is using?

  • Through the command line I can access mysql. But I find it more practical to work with mysql Workbench. When I try to open the program nothing appears. I looked up the log folder and has the following error: "Workbench]: Console redirection failed".

1 answer

4

How to find and report Mysql Workbench bugs:

# Microsoft Windows
shell> cd "C:\Program Files (x86)\MySQL\MySQL Workbench CE 6.3.4\"
shell> MySQLWorkbench.exe -log-level=debug3

# OS X
shell> cd /Applications
shell> MySQLWorkbench --log-level=debug3

# Linux (Ubuntu)
shell> cd /usr/bin
shell> mysqlworkbench --log-level=debug3

Directories for creating logs:

Windows 7:

C:\Users\[user]\AppData\Roaming\MySQL\Workbench\log

OSX: 

~/Library/Application Support/MySQL/Workbench/logs

Linux: 

~/.mysql/workbench/logs

Reference:

https://dev.mysql.com/doc/workbench/en/workbench-reporting-bugs.html

  • 1

    In the log folder I opened the "Wb" file and it contains the following error: "Workbench]: Console redirection failed".

  • If you understand English these sites may help: http://bugs.mysql.com/bug.php?id=70262, https://bugs.mysql.com/bug.php?id=70474

  • According to one of the answers the solution is : "the problem is Fixed, I just renamed the Folder "C: Users yourUsername Appdata Roaming Mysql Workbench" that was Previously created by an earlier used version". Should I give a new name to the Workbench folder? I tried to do it but did not resubmit anything...

  • See Steve’s reply, it turned out according to the comments. Deleted a SQL file from 0k, don’t know if it might be your case too.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.