phpMyAdmin Install... burn out.
Hi WHT,I have spent many hours today trying to install phpMyAdmin. I am no expert programmer so I'm going on my gut with some of the configuring...
Side note: Register.com does not make it easy to move a database from them.
Anyway... I think I have it configured ok now. I placed the destination URL for phpMyAdmin:
Code:
['PmaAbsoluteUri'] = 'http://www.mydomain.com/phpMyAdmin-folder/'
HTML Code:
cfg['Servers'][$i]['user'] = 'dbm.mydomain.com'
HTML Code:
cfg['Servers'][$i]['password'] = 'letmein2'
HTML Code:
cfg['Servers'][$i]['auth_type'] = 'http'
But I have tried all 3 versions... http, config, and cookie... none work.
I get to a password pop up window that says:
Connect to www.mydomain.com
phpMyAdmin running on localhost
phpMyAdmin running on localhost
Are there any tips here you can give me... I've looked at about a dozen tuts out there.... I've browsed this forums several pages of phpMyAdmin questions and others... I've studied the docs.
I'm burned out, but I have to get this database moved.
Thanks for any input you can give me...