I get This error when I try to install MySQL on ubuntu:
sudo apt-get install mysql-server
[sudo] password for xxxxx:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mysql-server
How can I fix this?
sudo apt-get update
thensudo apt-get install mysql-server
again. – Hugo Buff Mar 12 '14 at 11:22