Deleted Database

Discussion in 'Integration' started by ncconcepts, Jan 7, 2011.

  1. ncconcepts

    ncconcepts New Member

    Joined:
    Aug 24, 2009
    Messages:
    4
    Does anybody know if there is a file that shows the name of the database that I would have used?

    I accidentally deleted the database from my server and the only way the host can restore it is if I give them the name of the database.
  2. thehpmc

    thehpmc Member

    Joined:
    Aug 24, 2006
    Messages:
    901
    Open 'config.inc.php' in your aMember folder and around line 30 you will find:
    PHP:
    $pc = array();
        
    $pc['db']   = ''//Database name
        
    $pc['user'] = ''//Database Username
        
    $pc['pass'] = ''//Database Password
        
    $pc['host'] = 'localhost';
        
    $pc['prefix'] = 'amember_';
        
    $pc['charset'] = ''// replace with 'utf8' for example
    I have added the comments.

    Hope that helps.

Share This Page