What is the most correct method of installing apache 2 server, php5, mysql and phpMyAdmin?
I installed it this week, and I had a lot problems without solutions, so now that I reinstalled Ubuntu 13.04 I don't want to make the same mistake again.
What is the most correct method of installing apache 2 server, php5, mysql and phpMyAdmin?
I installed it this week, and I had a lot problems without solutions, so now that I reinstalled Ubuntu 13.04 I don't want to make the same mistake again.
From a command line:
https://help.ubuntu.com/community/ApacheMySQLPHP
Install Apache2
Set password for mysql
Then install the php
Then to check the PHP
Install phpmyadmin
While installation it will ask for some settings for choosing apache server or lighthttpd choosem apache
Choose Apache
Choose no for dbconfig-common
Now Navigate to the Web Browser and openup the IP mentioned with /phpmyadmin/
Use Your Login what u used for mysql installation
Login Information I always use for demo purpose is
root and password is admin123
The quickest and my favorite is - open the terminal and type
I've developed some steps to install php 5.3 + Apache on Ubuntu 14.
First, write the following repositories to the file
/etc/apt/sources.list.d/ubuntu-old.list
run
apt-get update
and thenI've tested each command, it worked fine!
ALWAYS
Basic:
Extras:
On Ubuntu 13.10 I had an error installing
phpmyadmin
:When I loaded the page in my browser it came up as:
Found the answer here: https://superuser.com/questions/639945/how-to-fix-the-phpmyadmin-error-json-extension-is-missing.