Problem's during installing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gardarika
    Member
    • Apr 2009
    • 88

    Problem's during installing

    I got this message, after entering members number:
    • Error description: 2: mysqli_real_connect(): (HY000/1045): Access denied for user 'wjatscheslaw'@'localhost' (using password: YES)
    • The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the core/includes/config.php file

    Best regards,
    Gardarika
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74132

    #2
    The database information located in your /core/includes/config.php file is incorrect. You will need to verify that information with your hosting provider and update the file.

    You need to verify and/or update these values:

    Code:
    $config['Database']['dbname'] = 'forum';
    $config['MasterServer']['servername'] = 'localhost';
    $config['MasterServer']['port'] = 3306;
    $config['MasterServer']['username'] = 'root';
    $config['MasterServer']['password'] = '';
    All of your values should go between the '' to the right of the equal sign.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...