summaryrefslogtreecommitdiffstats
path: root/wp-config-sample.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-config-sample.php')
-rw-r--r--wp-config-sample.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/wp-config-sample.php b/wp-config-sample.php
index 8f9d1d2..8e93ea1 100644
--- a/wp-config-sample.php
+++ b/wp-config-sample.php
@@ -4,6 +4,8 @@ define('DB_NAME', 'wordpress'); // The name of the database
define('DB_USER', 'username'); // Your MySQL username
define('DB_PASSWORD', 'password'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
+define('DB_CHARSET', 'utf8');
+define('DB_COLLATE', '');
define('VHOST', 'VHOSTSETTING');
$base = 'BASE';