Producing Participatory Media
Class 1 - January 16
Topics:
// ** MySQL settings ** // define('DB_NAME', 'sve204'); // The name of the database, on ITPs server this should be your NETID define('DB_USER', 'sve204'); // Your MySQL username, again, this should be your NETID define('DB_PASSWORD', 'password'); // ...and password.. Not your NETID password, this is something Nancy would have given you separately define('DB_HOST', 'localhost'); // You won't need to change this value on ITPs server // You can have multiple installations in one database if you give each a unique prefix $table_prefix = 'wp_'; // Only numbers, letters, and underscores please! Only change this if you have a previous WordPress install.