[SOLVED] phpmyadmin problems
Posted: Wed Aug 31, 2005 9:47 am
I have installed phpMyAdmin 2.6.3-pl1 on my server and it shows two databases in the dropdown list, the one created for me by the hosting company and one named "test." Both have a dash in parenstheses following, indicating that no tables exist. I have configured as follows:
When I select my db in the list nothing happens. When I select much of anything in the right panel, such as selecting a change of theme, I get a popup message that the connection was refused for 'localhost' and nothing happens.
This whole program is apparently designed to be used by someone with a whole heck of a lot more server expertise than I possess, and the phpmyadmin docs and FAQ's do not address either of these issues. Can anyone point me in the right direction?
Code: Select all
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = myuser'; // MySQL user
$cfg['Servers'][$i]['password'] = 'mypass'; // MySQL password (only neededThis whole program is apparently designed to be used by someone with a whole heck of a lot more server expertise than I possess, and the phpmyadmin docs and FAQ's do not address either of these issues. Can anyone point me in the right direction?