Use the famous five-minute steps


所有跟贴·加跟贴·新语丝读书论坛

送交者: qtl 于 2009-09-21, 04:21:17:

回答: WordPress怎么装不了?谁用过? 由 天路客 于 2009-09-21, 03:56:19:

If on Linux then it's quite straight forward,
============
#install httpd mysql php-mysql
#start service httpd mysqld
in mysql:
create database your-db;
grant all privilege on your-db.* to your-desired-mysql-username@localhost identified by 'password';
=============
save /var/www/html/yourpath/wp-config-sample.php as
/var/www/html/yourpath/wp-config.php
and modify the content below:

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'your-db');

/** MySQL database username */
define('DB_USER', 'your-desired-mysql-username');

/** MySQL database password */
define('DB_PASSWORD', 'password');
========
Usually this is enough




所有跟贴:


加跟贴

笔名: 密码: 注册笔名请按这里

标题:

内容: (BBCode使用说明