install Mysql server in ubuntu 11.04

~$ sudo apt-get install mysql-server /* during the installing it will ask you mysql server's password,,just type the password you want */ ~$ sudo mysql -u root -p /*enter the password */ mysql>
coding and running