A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: phpMyAdMin

  1. #1
    Member
    Join Date
    May 2007
    Posts
    84

    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?

  2. #2
    Registered User nunomira's Avatar
    Join Date
    May 2002
    Location
    portugal
    Posts
    7,003
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center