How To Install phpMyAdmin in Ubuntu 12.10


Oke this tutorial is about phpmyadmin ubuntu. So the first is we must install it in Our server.
this is so simple to install phpmyadmin in ubuntu.

lets do it :
[#] Install phpmyadmin

~ sudo apt-get install phpmyadmin

on the installatin you will be ask for :
- Select the server => apache2
- Choose YES when asked about whether to Configure the database for phpmyadmin with dbconfig-common
- password of mysql => type your password
- password what you want for login to phpmyadmin => type your password

After the installation finished.
add the phpmyadmin to apache cnfiguration.

~ vi /etc/apache2/apache2.conf

add this code :
Include /etc/phpmyadmin/apache.conf

then Restart apache services :

~ sudo service apache2 restart

and you can access the phpmyadmin in your server http://192.168.1.4/phpmyadmin/


congratulations . Successfully install phpmyadmin in ubuntu server.

and How To secure phpmyadmin ?
we will give you next time ..

Thankz.
./logout
Title : How To Install phpMyAdmin in Ubuntu 12.10
Description : Oke this tutorial is about phpmyadmin ubuntu. So the first is we must install it in Our server. this is so simple to install phpmyadmin in...

0 Response to "How To Install phpMyAdmin in Ubuntu 12.10"

Post a Comment