1. Install SSH server for remote access
sudo apt-get install ssh
2. Install MySql database server
sudo apt-get install mysql-server
3. Install Apache HTTP Server(as super user, otherwise you might get into problem with domain name as at after installation it says:sudo apt-get install apache2
Could not determine the server's fully qualified domain name, using 127.0.1.1)
3.1 Test apache installation by pointing browser at http://localhost or http://yourcomputername
4. Install PHP for Apache HTTP server
sudo apt-get install php4
5. MySql for Apache HTTP server
sudo apt-get install libapache2-mod-auth-mysql
sudo apt-get install php4-mysql
Monday, December 25, 2006
Parallels Windows TOAD + Ubuntu - MySql
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment