Friday, October 19, 2007

Install of MySQL/PHPMyAdmin aka LAMP (Linux Apache MySQL PHP)

  • sudo apt-get install mysql-server
  • sudo apt-get install apache2
  • sudo apt-get install php5
  • sudo apt-get install php5-mysql
  • sudo apt-get install phpmyadmin

More information is available at the this link

Here is the link giving step by step instructions for getting mysql/apache/php and phpmyadmin working. Tells you how to set up mysql user too.

No comments: