Installing MYSQL and Admin / GUI Tools in Ubuntu

Yet more terminal commands… this time for setting up a MYSQL database and installing the GUI tools in Ubuntu

MSQL

?Download code.txt

1
sudo apt-get install mysql-server

MYSQL GUI Tools (e.g. Query Browser)

?Download code.txt

1
sudo apt-get install mysql-gui-tools-common

MYSQL DBI Interface – required to connect to R

?Download code.txt

1
sudo apt-get install libdbd-mysql libmysqlclient16-dev