Jin3001 Posted December 10, 2006 Posted December 10, 2006 hello many i know what that Database Server & Database Name means? i have come to this step, anyone can teach me what to put? click here to see the screen shot thanks
TrissThara Posted December 14, 2006 Posted December 14, 2006 hello many i know what that Database Server & Database Name means?i have come to this step, anyone can teach me what to put? click here to see the screen shot thanks I hope this is correct information on my part... this is how my host does it: Persistent connections untoggled Store sessions MYSQL That will give you this in the config.php file for the database: define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' Hope that helps. ;)
Barbie Posted December 14, 2006 Posted December 14, 2006 I hope this is correct information on my part... this is how my host does it: Persistent connections untoggled Store sessions MYSQL That will give you this in the config.php file for the database: define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' Hope that helps. ;) define('DB_SERVER', 'mysqlX.myhoster.com'); // eg, localhost - should not be empty for productive servers --This is the path that your hoster gives you with the database define('DB_SERVER_USERNAME', 'my00000'); -- This is the name of your database, usually noted my followed by numbers as it appears on your phpAdmin panel define('DB_SERVER_PASSWORD', 'mypassword'); -- the password your hoster gave you to access your database define('DB_DATABASE', 'my00000'); again, the name of you database as shown on your phpAdmin panel Hope this helps
Recommended Posts
Archived
This topic is now archived and is closed to further replies.