;

PDA

Click to See Complete Forum and Search --> : phpMyAdMin


Acuity
08-03-2007, 01:00 AM
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?

nunomira
08-07-2007, 02:51 PM
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

$cfg['Servers'][$i]['host'] = 'localhost';

- edit this line

$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.