abselect Posted November 24, 2002 Posted November 24, 2002 Does any body know how to enable mysql for connection I am using mysql databses for my forum and they work well But I have never made a connetion to the server before using the following code. // define our database connection define('DB_SERVER', '213.239.46.144'); define('DB_SERVER_USERNAME', 'username'); define('DB_SERVER_PASSWORD', 'passwd'); define('DB_DATABASE', 'catalog'); define('USE_PCONNECT', 1);
Julio Posted November 24, 2002 Posted November 24, 2002 Hi: Im also a newbie... Just installed 1 hour ago, but this worked for me. DB_SERVER = "localhost" (including the " ") change the ' ' for " " on all others..
Recommended Posts
Archived
This topic is now archived and is closed to further replies.