Ubuntu 8.04 LTS (Hardy Heron) Apache-PHP-MySQL Server

Once again, here's my updated simple installation of Apache, PHP and MySQL in Ubuntu 8.04 LTS (Hardy Heron) Server.

  1. Install SSH Client and Server (for my remote access)
    sudo apt-get install ssh
  2. Install Database Server
    sudo apt-get install mysql-server-5.0
  3. Install Apache HTTP Server
    sudo apt-get install apache2
  4. Install PHP5 and Apache PHP5 module
    sudo apt-get install php5 libapache2-mod-php5
  5. Restart Apache
    sudo /etc/init.d/apache2 restart
  6. Optionally, install phpMyAdmin
    sudo apt-get install phpmyadmin

Enjoy!

Comments

phpMyadmin create a new database

I can't create a new data base width phpMyadmin. The link on the page http://127.0.0.1/phpmyadmin/index.php is inactive. this is the
"Create new database: No Privileges"
what can i do?
thanks

Solved

Hi there,

I had the same issue, you have to log in as root.

Good luck.

Installation of phpmyadmin

Installation of phpmyadmin not working :(... Ubuntu says E: Operacion invalida: phpmyadmin... Tried also with phpMyAdmin but same error...

Someone could helpme in an easy way of installing phpmyadmin?

Problem Solved... after

Problem Solved... after looking for phpmyadmin in Synaptic I tried again at terminal and It worked. Thank you very good tutorial!

Great thanks

By reading your article I just found what I did wrong with my Apache - PHP - MySQL installation =D
I didn't restarted Apache, so PHP wasn't active xD

Thanks again ;)

Thank you

Thank you for this LAMP on Hardy post.

i cant go into phpmyadmin interface

your help please
i have installed LAMP as instructed above but i cant go into phpmyadmin interface so i can start creating database,
i have tested apache is running when i type http://127.0.0.1 it report that It works!
through terminal i have tested mysql i found it is working but i don't find where i can start phpmyadmin

help me please.

thanks

simple, efficient.

thanks for simple info on basic setup.

Thanks for this

Thanks for this