Salvo Posted July 5, 2003 Posted July 5, 2003 Hi, Using the easyphp, what the bolow would be? define('DB_SERVER_USERNAME', ''); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', 'catalog'); Thans
Guest Posted July 6, 2003 Posted July 6, 2003 define('DB_SERVER_USERNAME', 'root'); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', 'catalog'); Username 'root' does not require a password. You must define the DB_DATABASE as whatever you named your database when you created it..... :shock:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.