sudo apt-get install mysql-server sudo apt-get install php5-mysql mysqladmin create sudo /etc/init.d/mysql start start mysql mysql -u root -p a And if you need to connect to MySQL remotely comment out the line: bind-address = 127.0.0.1 in your /etc/mysql/my.cnf file, followed by a restart.