I cannot access phpMyAdmin on Ubuntu 14.04
I can not access phpMyAdmin
Through the website.
Not Found
The requested URL /phpmyadmin was not found on this server.
Apache/2.4.7 (Ubuntu)
I can not access phpMyAdmin
Through the website.
Not Found
The requested URL /phpmyadmin was not found on this server.
Apache/2.4.7 (Ubuntu)
after installing phpmy admin :
open the file and
nano /etc/apache2/apache2.conf
Add the following to the bottom of the file:
phpMyAdmin ConfigurationInclude /etc/phpmyadmin/apache.conf
Thanks,
working on Wordpress installation
but root user and password is the same like in wordpress config
timkaarsemaker:
I had the same problem, this fixed it
You need to manually copy it over like this:
sudo cp /etc/phpmyadmin/apache.conf /etc/apache2/conf-enabled/phpmyadmin.conf
I've managed to make it to the login page, but only after restarting apache.
$ sudo systemctl restart apache2.service
If you attempt timkaarsemaker's solution but it doesn't work, try restarting apache2
.
i have aproblem with phpmyadmin
i can not access it via this link http://localhost/phpmyadmin/
it just asked password and does no thing and there is no error message appear.
tried to remove it and reinstall but there is no change .
when i open it from fire fox browser this message appears
"Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser."
it only opens on chrome but not working as i cleared above .
any help plz!!
Thanks in advance..
What steps did you take to install phpMyAdmin? Did you use the installation tutorial for phpMyAdmin?
I install all steps in installation tutorial.
@PinGerE - Sorry about this, I gave you the wrong tutorial. It should be https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-with-nginx-on-an-ubuntu-14-04-server
This tutorial is for the nginx web server instead of apache.
I had the same problem, this fixed it
You need to manually copy it over like this:
sudo cp /etc/phpmyadmin/apache.conf /etc/apache2/conf-enabled/phpmyadmin.conf
timkaarsemaker's solution solved my issue as well. thumb up!!
timkaarsemaker's solution works with lamp
what about in CentOS., what files I need to copy?
timkaarsemaker's saves my ass on this. thank you so much
thnx timkaarsemaker, how do you realized of it???
timkaarsemaker's you saved us, i was going crazy following all the install instructions but did not work only after your solution i could Thnx