Joomla 2.5.3 on Ubuntu

March 17, 2012 in CMS

How to install Joomla 2.5.3 on Ubuntu 11.10 Part 3

PhpMyadmin

In this step we will install phpmyadmin(more info can be found here). This is not a mandatory step and you can skip it if you know how to use mysql commands but it will make our life a lot easier so i will strongly recommend to proceed.

In order to install phpMyAdmin you have to install first MysqlPHP and Apache (so you have to complete step1 first).

Open your terminal and type the following:

$>sudo apt-get install phpmyadmin

A screen like the following will appear and now you have to choose the web server that should be automatically configures to run phpMyAdmin(you can navigate by using the "arrow keys" and you can select by using the "spacebar key"). It is recomended to use the apache server.

After that the a screen like the following will ask if you want to let the installation configure the database for phpMyAdmin for you. Its recomended to click "YES" on that.

Then you have to type the MySQL root password so the phpMyAdmin can access the MySQL.

And for the last last step you have to enter a password for the phpMyAdmin and retype it when the confirmation screen appears.

Congratulation the phpMyAdmin is now installed into your system and you can access it by pointing you web browser to http://localhost/phpmyadmin/

For user name use "root" and for password use the one you have chosen.

Pages: 1 2 3 4 5