Installing MySQL 5 Server on Ubuntu is a quick and easy process. It almost feels like it should be more difficult.
Open a terminal window, and use the following command:
sudo apt-get install mysql-server
If you are running PHP you will also need to install the php module for mysql 5:
sudo apt-get install php5-mysql
To create a new database, use the mysqladmin command:
mysqladmin create
Related posts:
- Install Google Chrome In Ubuntu How to install google chrome using wine .Chromium is an open-source browser project that aims to build a safer, faster,...
- PHPMyAdmin: Wrong permission on config file (Ubuntu) When I was trying to access my phpmyadmin in Ubuntu OS,I have encountered a problem: Wrong permissions on configuration file,...
- Recursive Permission Changes To change the permissions of multiple files and directories with one command. Please note the warning in the chmod with...
- PHP Tutorial – Part I Why PHP? Why you should choose PHP over other languages such as Perl or even why you should learn a...












