problem with data mysql

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

    problem with data mysql

    hi, i have downloaded my lava database and uploaded to another mysql site . it works right but in every page it shows some error strings as
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'u288888584'@'10.2.1.44' (using password: NO)..i have changed in lava
    config file names of $dbname, $dbhost $dbuser and $password with right dates about new mysql ..and as i said it works on the site ,but same
    time shows strings of WARNING anywhere...
    sigpicthe italian/international COMMUNITY of friendship
    http://people2000.netne.net
    WAP/WEB
    peoplemailbox@katamail.com

    #2
    Sounds like there is another database connection that needs updating.

    Comment


      #3
      So true.....sounds like the database connection for the site with the warning needs to be modified to work properly with the msql version

      Comment


        #4
        in older site it works right..

        in older site php is setted on 5.3
        and mysql on 5.1
        in this new site php is on 5.2
        and mysql is on 5.6 ...
        what i have to do for fix it?
        sigpicthe italian/international COMMUNITY of friendship
        http://people2000.netne.net
        WAP/WEB
        peoplemailbox@katamail.com

        Comment


          #5
          Maybe adjusting the date above the flux capacitor might help?

          Comment


            #6
            in other words cuttin up all before the starting of first table?
            sigpicthe italian/international COMMUNITY of friendship
            http://people2000.netne.net
            WAP/WEB
            peoplemailbox@katamail.com

            Comment


              #7
              I was talking about time travelling back to a date when it was working.... (flux capacitor)

              However if you open all scripts in a program like notepad++ and do a multi-search on $dbname you may find a second connection..

              If in the case there is no second connection then you could remove the "@" symbols in the conecctdb() function in core.php to stop it showing errors.
              Last edited by something else; 27.12.16, 19:26.

              Comment


                #8
                yeah..now it works but i have found another strange thing !!...time in this new server it's 6 hours back! ..if it is 8:00 pm it shows 2:00 ???...
                sigpicthe italian/international COMMUNITY of friendship
                http://people2000.netne.net
                WAP/WEB
                peoplemailbox@katamail.com

                Comment


                  #9
                  in your .htaccess add a line:
                  PHP Code:
                    php_value date.timezone "Region/Zone" 
                  Replace Region/Zone with your time zone, you can find the list of time zones here

                  if you dont have a .htaccess file then just create a new file and name it .htaccess and upload it to your server.

                  Comment


                    #10
                    ahhh wapdesire there are two config files... he used that one for the offline forum


                    ....................................
                    http://photomag.lk/
                    ....................................

                    Comment

                    Working...
                    X