* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
define( 'DB_NAME_EXPDB', 'openml' );
define( 'DB_HOST_EXPDB', 'localhost' );
define( 'DB_USER_EXPDB_READ', 'root' );
define( 'DB_PASS_EXPDB_READ', 'root' );
define( 'DB_USER_EXPDB_WRITE', 'root' );
define( 'DB_PASS_EXPDB_WRITE', 'root' );
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Configuration details for the OpenML database (User accounts, etc.)
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DB_NAME_COMMUNITY: The name of the database
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DB_HOST_COMMUNITY: The host of the database (typically: localhost)
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DB_USER_COMMUNITY: The username to connect to the database. Should
* have SELECT, INSERT, UPDATE and DELETE privileges.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DB_PASS: The password that belongs to the username
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
define( 'DB_NAME_OPENML', 'openml' );
define( 'DB_HOST_OPENML', 'localhost' );
define( 'DB_USER_OPENML', 'root' );
define( 'DB_PASS_OPENML', 'root' );