Reputation: 1671
I have installed Mysql Workbench on My machine (ubuntu 14.04 LTS)
Lately this software is hanging alot. I want to kill the process
I ran the command
ps aux
but I'm unable to find the Mysql Workbench process. Please suggest me how can I find the MysqlWorkbench process instead of listing all the processes.
And is there any other faster and lighter Mysql query browser for Ubuntu ?
And yes I'm new at Ubuntu
Upvotes: 1
Views: 8087
Reputation: 1
One of the simplest ways is to use "xkill" command. Open Terminal -> type xkill -> then click on MysqlWorkbench window. That's it.
Upvotes: 0
Reputation: 1671
ps -ef |grep mysql-workbench
please refer https://askubuntu.com/questions/579204/how-to-kill-mysqlworkbench-process-in-ubuntu
Upvotes: 2