Installing MySQL Ubuntu
MySQL is very easy to install and the commands work for most versions of Ubuntu.
Start a terminal.
Update Ubuntu’s repository:
sudo apt-get update
Install MySQL server:
sudo apt-get install mysql-server
A prompt will appear asking for the root (admin) password as well as a confirmation.
That’s it!
About Danny
I.T software professional always studying and applying the knowledge gained and one way of doing this is to blog.
Danny also has participates in a part time project called Energy@Home [http://code.google.com/p/energyathome/] for monitoring energy usage on a premise.
Dedicated to I.T since studying pure Information Technology since the age of 16, Danny Tsang working in the field that he has aimed for since leaving school.
View all posts by Danny →
This entry was posted in
Database,
Linux,
Software and tagged
mysql,
Ubuntu. Bookmark the
permalink.