Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorgasface
    • CommentTimeNov 27th 2007
     # 1
    Hey all, my site has been running very slow as of late as well as crashing...
    I contacted my host and they came back to me with this...


    "The proper fix would to be to not use remote connections for what is otherwise a local resource. Your script is connecting to "xx.xx.xx.xx" for mysql, and while this is on the server, connecting to the IP rather then "localhost" causes this behavior. Please change this to "localhost" to prevent this issue in the future, and to avoid any abuse issues locally "

    I have no idea what script may be doing this (im guessing its an extension, but not sure)

    Has anyone had any similar issues?
    •  
      CommentAuthorklip
    • CommentTimeNov 27th 2007
     # 2
    well, check your vanilla_folder/conf/database.php

    you have there probably something like $Configuration['DATABASE_HOST'] = '123.321.123.321'; //(where 123.321.123.321 is IP)

    if you want to connect mysql database at localhost there should be $Configuration['DATABASE_HOST'] = 'localhost';

    otherwise I dunno since I don't have much information
    •  
      CommentAuthorgasface
    • CommentTimeNov 27th 2007
     # 3
    hmm, thanks.. i checked there earlier... its good...

    unfortunately, i dont have much more information then you

    ha

    but thanks again
Add your comments
    Username Password
  • Format comments as