Install error step 2 help please

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • active
    Member
    • Nov 2001
    • 44

    Install error step 2 help please

    Step 2) Connect to the database
    Attempting to attach to database
    Connect failed: unexpected error from the database.
    Error number: 1046
    Error description: No Database Selected
    Please ensure that the database and server is correctly configured and try again.
    any ideas please


    // ****** DATABASE TYPE ******
    // This is the type of the database server on which your vBulletin database will be located.
    // Valid options are mysql and mysqli. Try to use mysqli if you are using PHP 5 and MySQL 4.1+
    $config['Database']['dbtype'] = 'mysql';
    // ****** DATABASE NAME ******
    // This is the name of the database where your vBulletin will be located.
    // This must be created by your webhost.
    $config['Database']['activeuk_forum'] = 'activeuk_forum';
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    This means that db doesn't exist: 'activeuk_forum'
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • Chris M
      Senior Member
      • Apr 2002
      • 1387
      • 3.6.x

      #3
      Change:
      PHP Code:
      $config['Database']['activeuk_forum'] = 'activeuk_forum'
      to:
      PHP Code:
      $config['Database']['dbname'] = 'activeuk_forum'


      Chris

      Comment

      • Steve Machol
        Former Customer Support Manager
        • Jul 2000
        • 154488

        #4
        Nice catch!
        Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
        Change CKEditor Colors to Match Style (for 4.1.4 and above)

        Steve Machol Photography


        Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


        Comment

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