-
2007/04/15 2:31 오전 #6006
혹 다른 분들을 위해서… 올립니다.
wp-config.php 화일을 열어보시면 아래와 같은데요, 아래 빨간색으로 표시한 부분만 바꿔주시면 됩니다. ^,.^ 그럼 이만~~<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘columbus’); // The name of the database
define(‘DB_USER’, ‘columbus’); // Your MySQL username
define(‘DB_PASSWORD’, ‘dip1304’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = ‘wp_2‘; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ‘ko_KR’);/* Stop editing */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);2007/04/15 2:31 오전 #6008혹 다른 분들을 위해서… 올립니다.
wp-config.php 화일을 열어보시면 아래와 같은데요, 아래 빨간색으로 표시한 부분만 바꿔주시면 됩니다. ^,.^ 그럼 이만~~<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘columbus’); // The name of the database
define(‘DB_USER’, ‘columbus’); // Your MySQL username
define(‘DB_PASSWORD’, ‘dip1304’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = ‘wp_2‘; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ‘ko_KR’);/* Stop editing */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’); -
AuthorPosts
- 답변은 로그인 후 가능합니다.