Code Authors: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Code Authors Forum Index -> Operating Systems -> Linux Mint
Author Message
Guardian
Site Admin
Site Admin



Joined: Jan 06, 2006
Posts: 4469
Location: Vsetin, Czech Republic

PostPosted: Fri Jun 01, 2012 1:10 pm Share on Linked InShare on FacebookShare on Twitter Reply with quote

This should also work for Ubuntu as it uses the same commands.
Code:
sudo apt-get install apache2 php5 libapache2-mod-php5

sudo apt-get install mysql-server mysql-client php5-mysql

If you need to install phpMyAdmin
Code:
sudo apt-get install phpmyadmin


If when you try to access phpmyadmin at the correct link;
http://localhost/phpmyadmin
and you get an error, you can fix it my making sure Apache knows to use it. Open the config file
Code:
sudo gedit /etc/apache2/apache2.conf

Add this line to the bottom then save and close the file
Code:
Include /etc/phpmyadmin/apache.conf

You'll need to restart Apache for the change to take effect;
Code:
sudo /etc/init.d/apache2 restart

_________________
TPD 
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic    Code Authors Forum Index -> Operating Systems -> Linux Mint

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

 
Forums ©
linear-bunch