Dapper Drake Update: Ubuntu Apache-PHP-MySQL Server
Many people found my original post regarding this as "the quick help" how to install Apache, PHP and MySQL in Ubuntu; now with Dapper Drake I'll make it more ultra-quick :)
Just type this one liner in your Ubuntu console and you will have all them up and running:
$ sudo apt-get install mysql-server apache2 php5 php5-mysql libapache2-mod-php5
- Add new comment
- 12965 reads
Comments
PHP is not working... :(
PHP is not working... :(
Well...but PHP doesn't
Well...but PHP doesn't work...
whe I try to view my test page it ask me to download page...
I restarted apache but it doesn't work
Why???
check you apache configs, as
check you apache configs, as far as i know you need to uncoment a line in it concerning php
add this command:
add this command:
sudo apt-get install php5
but$sudo apt-get install
but
$sudo apt-get install mysql-server
Reading package lists... Done
Building dependency tree... Done
Package mysql-server is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package mysql-server has no installation candidate
$
Update MySQL
Hi,
I read your posts but, my intalation was succesfully 4 mysql-server but, i want to do the update for version of mysql, how i'll proced? Can you help me ?
Thk's...God bless you!
Upgrade MySQL Server
I'm not so sure about your question, let me clarify: MySQL already installed in your server, and basically you want to up upgrade it?
If my understanding is correct, you can use this command:
sudo apt-get upgrade mysql-serverLet me know if it is what you want.
Sandro