+ Reply to Thread
Results 1 to 9 of 9

Thread: Comparing to UBB - but trouble w/ install

Threaded View

  1. #1
    New Member icompact is on a distinguished road
    Join Date
    Mar 2002
    Posts
    2

    Comparing to UBB - but trouble w/ install

    Hi all,

    I'm seriously looking for an alternative to UBB, which is ok, but crashes the server too much, and ISP keeps shutting me down. On suggestion from another member, I'm trying to install the lite version of vbulletin on my NT server. Mysql was set up for me by ISP. I'm getting the error "Warning: Can't connect to MySQL server on 'localhost' (10061) in e:\web\icompact\vbt\admin\db_mysql.php on line 31". Here are my config settings:
    <?php

    /////////////////////////////////////////////////////////////
    // Please note that if you get any errors when connecting, //
    // that you will need to email your host as we cannot tell //
    // you what your specific values are supposed to be //
    /////////////////////////////////////////////////////////////

    // type of database running
    // (only mysql is supported at the moment)
    $dbservertype="mysql";

    // hostname or ip of server
    $servername="localhost";

    // username and password to log onto db server
    $dbusername="icompactdba";
    $dbpassword="*****";

    // name of database
    $dbname="icompact";

    //password needed to enter the control panel
    $cppassword="icompact";

    ?>


    Here is what my host told me when I asked what hostname or IP I should use: "Aimee, You should be able to connect to the database with the follwoing info: The DSN name is "icompact", username "icompactdba" and password "***". Please let us know if there are any problems"

    What am I doing wrong?

    Thanks!
    Aimee

  2. #2
    Senior Member Floris has disabled reputation
    Join Date
    Dec 2001
    Posts
    37,100
    Blog Entries
    13

    Re: Comparing to UBB - but trouble w/ install

    // Please note that if you get any errors when connecting, //
    // that you will need to email your host as we cannot tell //
    // you what your specific values are supposed to be //





    But the config looks good, and localhost is what I would recommend as entered host, however, you might want to try and enter the IP of your website where the database is running on.

    Also, more information can be found in this thread: here
    Last edited by Floris; Wed 13th Mar '02 at 12:04pm.
    smaller than forward slash three.

  3. #3
    Senior Member tubedogg has disabled reputation tubedogg's Avatar
    Join Date
    Feb 2001
    Location
    Medina, OH
    Age
    28
    Posts
    13,647

    Re: Comparing to UBB - but trouble w/ install

    Originally posted by icompact
    The DSN name is "icompact", username "icompactdba" and password "***".
    I have never seen a host refer to a database as a "DSN" before...Are you positive your host supports MySQL? I'm not trying to insult your intelligence or anything but the error you gave usually indicates MySQL isn't running on the machine.

  4. #4
    Senior Member Floris has disabled reputation
    Join Date
    Dec 2001
    Posts
    37,100
    Blog Entries
    13

    Re: Re: Comparing to UBB - but trouble w/ install

    Originally posted by tubedogg
    I have never seen a host refer to a database as a "DSN" before...Are you positive your host supports MySQL? I'm not trying to insult your intelligence or anything but the error you gave usually indicates MySQL isn't running on the machine.
    Doesn't MySQL have a mysql driver on Windows machine's?

    (I wouldn't know, I try to boycot/avoid Windows as hosting)
    smaller than forward slash three.

  5. #5
    Senior Member nuno has disabled reputation nuno's Avatar
    Join Date
    Apr 2001
    Age
    34
    Posts
    4,377
    hmm
    is by any chance media3.net your host?
    if so, Kevin is right
    look here
    http://www.media3.net/solutions/dedicated/win2k.htm
    You're my Prince of Peace
    And I will live my life for You

  6. #6
    Senior Member tubedogg has disabled reputation tubedogg's Avatar
    Join Date
    Feb 2001
    Location
    Medina, OH
    Age
    28
    Posts
    13,647

    Re: Re: Re: Comparing to UBB - but trouble w/ install

    Originally posted by xiphoid
    Doesn't MySQL have a mysql driver on Windows machine's?
    Yes, it works fine on Windows, but it has to be installed first...

  7. #7
    vBulletin Team Wayne Luke is a name known to all Wayne Luke is a name known to all Wayne Luke is a name known to all Wayne Luke is a name known to all Wayne Luke is a name known to all Wayne Luke is a name known to all Wayne Luke's Avatar
    Join Date
    Aug 2000
    Location
    So. California
    Age
    38
    Posts
    34,676
    Blog Entries
    1
    Verify with your host that you can access MySQL using PHP. Specifically ask if you MySQL support is compiled into PHP. They may be requiring you to access it through COM objects which we do not support.
    Wayne Luke
    Get started with your own social network.
    Purchase and download vBulletin today.
    vBCodex (Running vB 4.0 Suite) - Take your vBulletin Community to the next level. Modification tips, tricks and support.

  8. #8
    Senior Member JamesUS is on a distinguished road
    Join Date
    Aug 2000
    Location
    London, England
    Posts
    4,625

    Re: Re: Comparing to UBB - but trouble w/ install

    Originally posted by tubedogg
    I have never seen a host refer to a database as a "DSN" before...Are you positive your host supports MySQL? I'm not trying to insult your intelligence or anything but the error you gave usually indicates MySQL isn't running on the machine.
    A DNS is the way Windows servers often handle database connections - it means the paramaters such as server address etc can be set by the host to save the user doing it and having problems.

    But as Wayne said, we only support access via MySQL, not via ODBC/DSNs.
    James Ussher-Smith
    .:.: SideLinks - Make your directory work for you :.:.

  9. #9
    Senior Member filburt1 is on a distinguished road filburt1's Avatar
    Join Date
    Feb 2002
    Location
    Maryland, US
    Age
    25
    Posts
    6,608
    On the note of vB Lite installing wrong...I never got vB Lite working, but ironically vB full worked perfectly fine for some reason. *shrug*
    --filburt1, vBulletin.org/vBulletinTemplates.com moderator
    Web Design Forums.net: vB Board of the Month
    vBulletin Mail System (vBMS): webmail for your forum users

+ Reply to Thread

Similar Threads

  1. Trouble Importing PMs from UBB 6.05
    By ffaBen in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 4
    Last Post: Tue 12th Aug '03, 4:59am
  2. having trouble when importing UBB to vbull
    By Culprit in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 0
    Last Post: Tue 12th Mar '02, 10:59pm
  3. UBB 6 import trouble
    By sifuhall in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 20
    Last Post: Fri 25th May '01, 7:33pm
  4. VB 2.041b import from UBB trouble
    By evoir in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 7
    Last Post: Mon 9th Apr '01, 1:53pm
  5. Comparing Vbulletin vs. Infopop UBB
    By swmRipper in forum vBulletin 1.1.x Questions
    Replies: 3
    Last Post: Tue 21st Nov '00, 1:35am

Bookmarks

Posting Permissions

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