Help - Search - Members - Calendar
Full Version: Database Server?
Zymic Webmaster Forums > Web Design & Development > Server Side Scripting > PHP
k.digennaro
So I got the 502 errors sorted out, I think it was something with zymic. Any ways I need this info in order to access the Install for this calender.
CODE
// Define the database connection parameters.
// Currently only db_type = 1 (My SQL) is supported.
$ltw_config['db_type']          = 1;
$ltw_config['db_server']    = 'host';
$ltw_config['db_name']          = 'nascentdescent_zxq_net_vcalendar';
$ltw_config['db_user']          = 'nascentdescent_zxq_net_vcalendar';
$ltw_config['db_pass']          = '**********';
$ltw_config['db_persistent']    = false;

So i know to leave the first one at 1, The db_server is what is confusing me. Ive done this before but i cant remember, what do I put there? I beleive the other fields are all correct, although im not sure what the db_persistent=false means.

Thanks,
Kevin
Aethidoc
server is localhost
NaRzY
Host: localhost
Always the same for the host.

Jacob.
Jetteh22
QUOTE(NaRzY @ May 28 2008, 09:02 AM) *
Host: localhost
Always the same for the host.

Jacob.


If what you're saying is that the host is -ALWAYS- going to be "localhost" then you are incorrect.
On Zymic, yes it is always localhost.

But I've had a couple of servers that had the host under a different name. Yahoo, for instance, has their server under "mysql" instead of "localhost".
NaRzY
FINE! tongue.gif. 99.9% of the time it's localhost. Yahoo have hosting?

Jacob.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.