Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted

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

Posted

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.

Posted

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

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...