Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 101595  / 2 Years ago, mon, september 12, 2022, 10:52:14

I installed php, mysql, phpmyadmin on my Ubuntu 12.04 localhost in the following steps:



I try these steps:



sudo apt-get install apache2
sudo /etc/init.d/apache2 restart
sudo apt-get install php5 libapache2-mod-php5
sudo apt-get install php5-cli
sudo apt-get install php5-cgi
sudo apt-get install php5-mysql
sudo apt-get install php5-pgsql
sudo /etc/init.d/apache2 restart


than after i faced phpmyadmin not found error and fixed using the following answer



How to solve the phpmyadmin not found issue after upgrading php and apache?



After applying that fix I got another error message:



Forbidden  You don't have permission to access /phpmyadmin on this server.


How can fix this?


More From » permissions

 Answers
2

It solved :



sudo apt-get install mysql-server
sudo dpkg-reconfigure phpmyadmin
sudo service apache2 restart

[#23152] Tuesday, September 13, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
needstar

Total Points: 268
Total Questions: 108
Total Answers: 117

Location: Seychelles
Member since Mon, Jun 28, 2021
3 Years ago
;