-
phpMyAdMin
hey...im on fasthosts.co.uk
trying to edit my mysql database - follwed fasthost instructions to upload phpmyAdmin to htdocs etc. i have a tutorial on how to set up my memberslogin database using phpmyadmin
but simply
how EXACTLY do i LOGIN to phpmyAdMin?
-
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.