I have now “PHP Version 5.2.10-2ubuntu6″ but I don’t know what is ubuntu”6″ ?
Archive for the ‘phpmyadmin’ Category
Install Apache 2 , MySQL 5, PHP 5, phpMyAdmin for Linux Ubuntu
November 2nd, 2009How you can fix this problem
September 22nd, 2009Hello Everybody , How you can fix this problem
MySQL said:
#2002 – The server is not responding (or the local MySQL server’s socket is not correctly configured)
Connection for controluser as defined in your configuration failed.
Very simple :
1 – open your terminal
2- you should be on root “su”
3- copy this command line , past
sudo apt-get --purge remove mysql-server mysql-client
after finish the order for this command you shoud be go to point 4
4- Same point 3 copy and past this command line
sudo apt-get install mysql-server mysql-client
5- Restart your lampp
/opt/lampp/lampp restart
6- Welcome to your phpmyadmin
Install Apache2, MySQL5, PHP5 and PHPMyAdmin on Ubuntu
September 20th, 2009This is a collection of guide how to install Apache Httpd Web Server complete with latest PHP (as Apache mod), MySQL for Ubuntu. As a bonus, I even through in an additional guide to install PHPMyAdmin. Please do note that most of this guide can be found elsewhere which is listed at the bottom of the guide.
Getting Started
I’m sure everyone here is familiar on how to use Terminal which is available from:
Applications > Accessories > Terminal
Install Apache Httpd Web Server
To install Apache, type the following command into your Terminal:
> sudo apt-get install apache2
Testing Apache
Paste the following command into your Terminal
> sudo /etc/init.d/apache2 start
Then open http://localhost/ or http://127.0.0.1 from your web browser. At first run, you would probably see a directory listing or a HTML page with a text saying “It’s Work“.
It’s Work
» More: Install Apache2, MySQL5, PHP5 and PHPMyAdmin on Ubuntu

