//The name of the database within which SE resides
define("DATABASE", "database name");
//The username required to access the database
define("DATABASE_USER", "database user");
//The password required to access the database.
define("DATABASE_PASSWORD", "database password");