Mysql on Linux
It's been simple enough for me to get Mysql onto linux. I installed these three packages
$ sudo apt-get install mysql-client
$ sudo apt-get install mysql-server
$ sudo apt-get install mysql-query-browser
I highly recommend query browser unless you like to everything in command line, which is also fine.












