]> git.pld-linux.org Git - packages/wordpress.git/blobdiff - wordpress.patch
- make out of the box config still work
[packages/wordpress.git] / wordpress.patch
index 52edc65a3cf5374af0b10b1621cad84f232a5c5b..11e1ec24c44d556386a7341f2c3f2c652e8249f9 100644 (file)
                foreach( $configFile as $line ) {
                        fwrite($handle, $line);
                }
+--- wordpress-3.0.1/wp-config.php~     2010-09-08 12:02:37.000000000 +0300
++++ wordpress-3.0.1/wp-config.php      2010-09-08 12:05:20.193097026 +0300
+@@ -16,13 +16,13 @@
+ // ** MySQL settings - You can get this info from your web host ** //
+ /** The name of the database for WordPress */
+-define('DB_NAME', 'database_name_here');
++define('DB_NAME', 'wordpress');
+ /** MySQL database username */
+-define('DB_USER', 'username_here');
++define('DB_USER', 'mysql');
+ /** MySQL database password */
+-define('DB_PASSWORD', 'password_here');
++define('DB_PASSWORD', '');
+ /** MySQL hostname */
+ define('DB_HOST', 'localhost');
This page took 0.172327 seconds and 4 git commands to generate.