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
1 |
sudo apt-get install mysql-server |
MYSQL GUI Tools (e.g. Query Browser)
1 |
sudo apt-get install mysql-gui-tools-common |
MYSQL DBI Interface – required to connect to R
1 |
sudo apt-get install libdbd-mysql libmysqlclient16-dev |