database problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • u3a3e3
    New Member
    • Jul 2009
    • 11
    • 3.8.x

    #16
    Originally posted by TheNewOne
    I use godaddy and dont have this problem you have not added the correct info into the config


    which mistake I've done in config as you say ?

    Comment

    • Wayne Luke
      vBulletin Technical Support Lead
      • Aug 2000
      • 74167

      #17
      It would be one of these variables:
      $config['Database']['dbname'] = 'dbusername';
      $config['MasterServer']['servername'] = 'ruae.db.8528892.hostedresource.com';
      $config['MasterServer']['port'] = 3306;
      $config['MasterServer']['username'] = 'username';
      $config['MasterServer']['password'] = 'password';

      Honestly though, I blame GoDaddy. They aren't in the top 100 for reliable hosting partners. However remember dbusername and user will always be the same on their system.
      Translations provided by Google.

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

      Comment

      • u3a3e3
        New Member
        • Jul 2009
        • 11
        • 3.8.x

        #18
        Originally posted by Wayne Luke
        It would be one of these variables:
        $config['Database']['dbname'] = 'dbusername';
        $config['MasterServer']['servername'] = 'ruae.db.8528892.hostedresource.com';
        $config['MasterServer']['port'] = 3306;
        $config['MasterServer']['username'] = 'username';
        $config['MasterServer']['password'] = 'password';

        Honestly though, I blame GoDaddy. They aren't in the top 100 for reliable hosting partners. However remember dbusername and user will always be the same on their system.
        thank you for your reply I'll create a new database and make the username same as the database name and will see what will happen .

        note: my forum is working but I'm getting this error report everyday every minute and my members say we are getting error database page ever minute or hour

        could you tell me list of the top hosting companies


        thank for all your help and support

        Comment

        • TheNewOne
          Senior Member
          • Aug 2011
          • 1033
          • 4.2.5

          #19
          Originally posted by u3a3e3
          which mistake I've done in config as you say ?
          hard to tell unless I login to the panel and see the correct info and I am sure you dont want any one but yourself into that panel

          Comment

          • u3a3e3
            New Member
            • Jul 2009
            • 11
            • 3.8.x

            #20
            I changed the db name and user name still getting the error


            Database error in vBulletin :

            mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Unknown MySQL server host 'dbruae.db.8528892.hostedresource.com' (2)
            /home/content/92/8528892/html/vb/includes/class_core.php on line 311

            MySQL Error :
            Error Number :
            Request Date : Friday, January 6th 2012 @ 05:59:41 AM
            Error Date : Friday, January 6th 2012 @ 05:59:41 AM
            Script : http://www.r-uae.net/vb/member.php?u=2071
            Referrer : http://www.r-uae.net/vb/member.php?u=2071
            IP Address : 109.230.245.167
            Username :
            Classname : vB_Database
            MySQL Version :


            my config.php after change

            $config['Database']['dbname'] = 'dbruae';
            $config['MasterServer']['servername'] = 'dbruae.db.8528892.hostedresource.com';
            $config['MasterServer']['port'] = 3306;
            $config['MasterServer']['username'] = 'dbruae';
            $config['MasterServer']['password'] = 'mypassword';


            unfortunately "Wayne Luke" identical names didn't help

            ==========

            "TheNewOne" if you was one of the vbulletin support team I wouldn't mind to give you my control panel pass and username

            by the way it's not my first time installing a forum and I have another forum in godaddy and working perfect

            question :

            is this errro related to max execution time ?

            Comment

            • Zachery
              Former vBulletin Support
              • Jul 2002
              • 59097

              #21
              You can easily start a support ticket, which you can provide us with login infromation to double check your settings.

              Comment

              • Wayne Luke
                vBulletin Technical Support Lead
                • Aug 2000
                • 74167

                #22
                Originally posted by u3a3e3
                I changed the db name and user name still getting the error


                Database error in vBulletin :

                mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Unknown MySQL server host 'dbruae.db.8528892.hostedresource.com' (2)
                /home/content/92/8528892/html/vb/includes/class_core.php on line 311

                MySQL Error :
                Error Number :
                Request Date : Friday, January 6th 2012 @ 05:59:41 AM
                Error Date : Friday, January 6th 2012 @ 05:59:41 AM
                Script : http://www.r-uae.net/vb/member.php?u=2071
                Referrer : http://www.r-uae.net/vb/member.php?u=2071
                IP Address : 109.230.245.167
                Username :
                Classname : vB_Database
                MySQL Version :


                my config.php after change

                $config['Database']['dbname'] = 'dbruae';
                $config['MasterServer']['servername'] = 'dbruae.db.8528892.hostedresource.com';
                $config['MasterServer']['port'] = 3306;
                $config['MasterServer']['username'] = 'dbruae';
                $config['MasterServer']['password'] = 'mypassword';


                unfortunately "Wayne Luke" identical names didn't help
                Well they won't until you can connect to a valid MySQL Server.


                question :

                is this errro related to max execution time ?
                No... It is related to PHP not being able to find a MySQL Server with the name you provided. If it had to do with max execution time, you'd see either a blank page or a complete different error that related to PHP, not the MySQL Client.
                Translations provided by Google.

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

                Comment

                • TheNewOne
                  Senior Member
                  • Aug 2011
                  • 1033
                  • 4.2.5

                  #23
                  Originally posted by u3a3e3
                  I changed the db name and user name still getting the error


                  Database error in vBulletin :

                  mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Unknown MySQL server host 'dbruae.db.8528892.hostedresource.com' (2)
                  /home/content/92/8528892/html/vb/includes/class_core.php on line 311

                  MySQL Error :
                  Error Number :
                  Request Date : Friday, January 6th 2012 @ 05:59:41 AM
                  Error Date : Friday, January 6th 2012 @ 05:59:41 AM
                  Script : http://www.r-uae.net/vb/member.php?u=2071
                  Referrer : http://www.r-uae.net/vb/member.php?u=2071
                  IP Address : 109.230.245.167
                  Username :
                  Classname : vB_Database
                  MySQL Version :


                  my config.php after change

                  $config['Database']['dbname'] = 'dbruae';
                  $config['MasterServer']['servername'] = 'dbruae.db.8528892.hostedresource.com';
                  $config['MasterServer']['port'] = 3306;
                  $config['MasterServer']['username'] = 'dbruae';
                  $config['MasterServer']['password'] = 'mypassword';


                  unfortunately "Wayne Luke" identical names didn't help

                  ==========

                  "TheNewOne" if you was one of the vbulletin support team I wouldn't mind to give you my control panel pass and username

                  by the way it's not my first time installing a forum and I have another forum in godaddy and working perfect

                  question :

                  is this errro related to max execution time ?
                  no I am not staff try the ticket system I am sure they can help

                  Comment

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