Database prob.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Database prob.

    ,help me pls guys. .I have already uploaded my sql and script to my site, but it always CANNOT CONNECT TO THE DATABASE, what should i do to my prob. pls help me!

    #2
    The answer is: be sure that you declared correctly the dbname, pass, user, and server, in the config.php file.

    But i think you dont know what that is, because of your question. So learn whats your dbname, user and pass, and also your the server and write them there.
    You may see them in your cPanel or vPanel.

    Then tell me how is going.
    mysterio.al - programming is a functional art

    Comment


      #3
      Do you know how to configure dbname, user, pass and server at config.php (or configuration.php or db.inc.php / it depends).
      If yes, try that first!
      mysterio.al - programming is a functional art

      Comment


        #4
        e-mail varification in lavalair

        Plz share it...If you have

        Comment


          #5
          Originally posted by sanju View Post
          Plz share it...If you have
          We are talking something other here...
          Go search for the code. I can help you to code, but I cant code for you!
          mysterio.al - programming is a functional art

          Comment


            #6
            man....is sommething like that
            PHP Code:
             $dbname " here put your database name";
            $dbhost "here your host... usually is localhost";
            $dbuser "here the username of your database";
            $dbpass "and here the password"
            That is for your config.php or configuration.php....depends...how is...at you...

            Comment

            Working...
            X