hi,
First you need to edit the configuration file with your host:
- change config.sample.inc.php to config.inc.php
- if needed, edit the line
PHP Code:
$cfg['Servers'][$i]['host'] = 'localhost';
- edit this line
PHP Code:
$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
// to something like
$cfg['blowfish_secret'] = 'asdfuhdfiuasndfasdlfmoiuy43';
Supposing you uploaded the files to a folder phpMyAdmin, all you have to do is go to http;//www.yoursite.com/phpMyAdmin/
If everything is fine, you should be prompted for your username / password.