]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-config-sample.php
Wordpress 2.3.3-scripts
[autoinstalls/wordpress.git] / wp-config-sample.php
1 <?php\r
2 // ** MySQL settings ** //\r
3 define('DB_NAME', 'putyourdbnamehere');    // The name of the database\r
4 define('DB_USER', 'usernamehere');     // Your MySQL username\r
5 define('DB_PASSWORD', 'yourpasswordhere'); // ...and password\r
6 define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value\r
7 define('DB_CHARSET', 'utf8');\r
8 define('DB_COLLATE', '');\r
9 \r
10 // You can have multiple installations in one database if you give each a unique prefix\r
11 $table_prefix  = 'wp_';   // Only numbers, letters, and underscores please!\r
12 \r
13 // Change this to localize WordPress.  A corresponding MO file for the\r
14 // chosen language must be installed to wp-content/languages.\r
15 // For example, install de.mo to wp-content/languages and set WPLANG to 'de'\r
16 // to enable German language support.\r
17 define ('WPLANG', '');\r
18 \r
19 /* That's all, stop editing! Happy blogging. */\r
20 \r
21 define('ABSPATH', dirname(__FILE__).'/');\r
22 require_once(ABSPATH.'wp-settings.php');\r
23 ?>\r