superheld Posted July 4, 2003 Posted July 4, 2003 is it possible to store data in the database which name is NOT catalog. Because my hoster does not provide individually chosen db names.
Guest Posted July 4, 2003 Posted July 4, 2003 you can call your database anything you want, or use the name your host has given you if they insist on it. you simply have to specify the name in includes/configure.php define('DB_DATABASE', 'your_database_name'); simple :-)
Guest Posted July 4, 2003 Posted July 4, 2003 Yes... you may name the database to whatever your host requires.... just be sure it is correct in both your configure.php files :shock: if you are using the install script, you may change it during the install process...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.