I've changed the user+group where apache is running to my user name so I don't have to change the web files I'm editing. But now I get NoDataReceived error trying to import using phpmyadmin.
http://wiki.phpmyadmin.net/pma/FAQ_1.16
What can I do to avoid this problem?
When I change back in /etc/apache2/envvar to www-data for user and group it works to import the same file to the same db.
Just installed phpmyadmin on a fresh install of 12.04 server. However when I tried to go to the web interface I just got a 404 error.
After a bit of ferreting around I realised that the .conf file (/etc/phpmyadmin/apache.conf) had not been copied to /etc/apache2/conf.d/phpmyadmin.conf.
Im seeing this error while trying to open phpmyadmin (http://127.0.0.1/phpmyadmin) :
`New XAMPP security concept:
Access to the requested object is only available from the local network.
This setting can be configured in the file "httpd-xampp.conf".
If you think this is a server error, please contact the webmaster.
Error 403
xser.com
Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.7`
Where
My problem is if i run
http://localhost/phpmyadmin
it doesn't work but if i run
http://localhost/phpmyadmin/index.php
it will work. Is there is something i have missed while configuring phpmyadmin, secondly how do i configure http://localhost/phpmyadmin/index.php path to work on http://localhost/phpmyadmin. Thanks
this is what I get back when I try to login to Http:\\localhost/phpmyadminNot FoundThe requested URL /phpmyadmin was not found on this server.Apache/2.2.15 (Cent... [by phreak]
I am trying to completely remove apache + phpmyadmin + php from my Ubuntu operating system. For phpmyadmin i tried
sudo apt-get autoremove phpmyadmin
but the files were still in the /etc/ folder.
I have apache 2.2 with phpmyadmin installed. The installation was successful, after a while I always end up getting 403 forbidden when accessing subdirectories of localhost including phpmyadmin (tried reinstalling everything, turns out good, and eventually got the error again)
I tried to configure LAMP on Ubuntu 12.04 following this guide (http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support...). But when I point to localhost/phpmyadmin/index.php in the browser, it just downloads the index.php file to my downloads folder.
As mentioned in the guide, I made a info.php file and its working properly. How can I fix this error?
Hi,
I had installed xampp on Cpanel.
But after try to access phpmyadmin its conflict with phpmyadmin from Cpanel
"phpMyAdmin - Error
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly."
before install xampp, i disabled mySQL process on Cpanel following this step
http://forums.c