Archive for the ‘How to install MySQL 5.1 on Ubuntu 10.10’ Category

How to install MySQL 5.1 on Ubuntu 10.10

Июль 14th, 2011
Its easy to install MySQL on ubuntu but you must have updated your repository for apt-get utility. If you haven’t than run below command to update it. shell> apt-get update After that, to install MySQL 5.1 on ubuntu run below command. shell>sudo apt-get install mysql-server-5.1 you’ll have to give your password so it will start
PlanetMySQL Voting: Vote UP / Vote DOWN