MySql Query Browser in Ubuntu
Sunday, September 14, 2014
I have faced a problem when I work on MySql related project about phpmyadmin. I always used QueryBrowser in Windows but when I convert my platform to Ubuntu I faced this problem is my grate issue and I find MySql Query Browser for Ubuntu.
Installation:
sudo apt-add-repository 'deb http://www.tolaris.com/apt/ precise main'
wget -q http://www.tolaris.com/apt/tolaris-keyring.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install mysql-query-browser
After install complete just run the command to get a graphical MySql Query Browser.
sudo mysql-query-browser
Post a Comment