MozTW 討論區
https://forum.moztw.org/

A question about wp
https://forum.moztw.org/viewtopic.php?f=8&t=9190
1 頁 (共 1 頁)

發表人:  HoMing [ 2005-06-30, 23:09 ]
文章主題 :  A question about wp

[ wp-config
How can I start to use wordpress?

<?php
// ** MySQL settings ** //
define('DB_NAME', 'mysql'); // The name of the database
define('DB_USER', 'example@gmail.com'); // Your MySQL username
define('DB_PASSWORD', 'XXXXX'); // ...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_'; // 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', '');

/* Stop editing */

define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?>] 刪除文章

發表人:  josesun [ 2005-06-30, 23:53 ]
文章主題 : 

Well... There are NOT WordPress support forum... :? :? :?

1 頁 (共 1 頁) 所有顯示的時間為 UTC + 8 小時
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/