Jump to content
xisto Community
Sign in to follow this  
nol

Whats The Server?

Recommended Posts

hey guys, im working with a script, heres the part im trying to figure out:

$gc_do_caching = 0; $gc_cache_time = 3600;
$gc_use_sql = 0;
$gc_sql_server_host = "";


theres a lot more, but its not needed, i wanna know what the sql server host for Xisto is?

Share this post


Link to post
Share on other sites

hey guys, im working with a script, heres the part im trying to figure out:theres a lot more, but its not needed, i wanna know what the sql server host for Xisto is?


I think in general "localhost" is all that is needed, that of course is assuming that the script is hosted at T17, and if it isnt then i dont think the connection would be allowed by the rules or the firewall anyway. So give "localhost" a shot. Its the default setting for using the host that the script is on so it always works for me! then again i only use it in:

mysql_connect("localhost", "blah", "blah");

but i judge that the variable you are using is going to be used in a connect function anyway and so it should work.

Share this post


Link to post
Share on other sites

In Xisto, Server: localhost. But make sure you have grant permission to user name to use your database. In Xisto you must grant permission to user so that the specific user can use your database (incase of many host they do not need to grant permission; like my previous host).

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.