lino Posted June 30, 2004 Posted June 30, 2004 Has anybody successfully installed phpmyadmin? I created a database and a user on the mysql section of cpanel, updated host, user, password and authentication mode as described in the documentation, but I'm still getting these errors below when I go to the index.jsp page of the installed phpmyadmin directory. Error - Warning: Cannot modify header information - headers already sent by (output started at /home/csbmyoup/public_html/phpMyAdmin-2.5.7/config.inc.php:765) in /home/csbmyoup/public_html/phpMyAdmin-2.5.7/libraries/auth/http.auth.lib.php on line 26 Warning: Cannot modify header information - headers already sent by (output started at /home/csbmyoup/public_html/phpMyAdmin-2.5.7/config.inc.php:765) in /home/csbmyoup/public_html/phpMyAdmin-2.5.7/libraries/auth/http.auth.lib.php on line 27 Warning: Cannot modify header information - headers already sent by (output started at /home/csbmyoup/public_html/phpMyAdmin-2.5.7/config.inc.php:765) in /home/csbmyoup/public_html/phpMyAdmin-2.5.7/libraries/auth/http.auth.lib.php on line 28 Warning: Cannot modify header information - headers already sent by (output started at /home/csbmyoup/public_html/phpMyAdmin-2.5.7/config.inc.php:765) in /home/csbmyoup/public_html/phpMyAdmin-2.5.7/libraries/auth/http.auth.lib.php on line 31 Welcome to phpMyAdmin 2.5.7 Wrong username/password. Access denied. Thanks, Lino Quote
TCH-Andy Posted June 30, 2004 Posted June 30, 2004 Hi Lino, Since phpmyadmin is already installed on all the servers, I assume you are trying to install this on your own computer. If so, what operating system do you have? The error looks as if you have blank lines on the end of config.inc.php - after the final php statement. Quote
MikeJ Posted June 30, 2004 Posted June 30, 2004 Are you trying to install it to do something the version available in your control panel can't do for you? Quote
TCH-Andy Posted June 30, 2004 Posted June 30, 2004 You wait for 20 mins with no response..... and then 2 at once Quote
lino Posted June 30, 2004 Author Posted June 30, 2004 Thank you for the responses. I want to give access to a developer, but I don't want to give him my cpanel password. I contacted support and they informed me to install phpmyadmin for my site so I've installed it under my www directory and have been getting these errors. Lino Quote
TCH-Andy Posted June 30, 2004 Posted June 30, 2004 Hi Lino, I would suggest the error is at the end of config.inc.php then. I would suggest either deleting any blank lines at the end of the file, or starting again with an original copy of the config file. Quote
lino Posted June 30, 2004 Author Posted June 30, 2004 Andy, thanks. That got rid of the top errors, but I'm still getting the "Wrong username/password. Access denied." Do you know which user/password it is referring to? I have created a user under mysql, but that doesn't seem to work. I have also used my cpanel user/pass, but that doesn't work either. Lino Quote
lino Posted June 30, 2004 Author Posted June 30, 2004 Just an FYI. I got it. This is what I used for settings. 1. created password protected directory under cpanel 2. edited the config file of phpmyadmin host localhost auth config user (for some reason will only take your root user and not a user you create on mysql under the cpanel) password Lino Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.