2

我的连接代码来自wp-config.php

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

/** MySQL database username */
define('DB_USER', 'wordpress');

/** MySQL database password */
define('DB_PASSWORD', 'MYPASSWORD');

/** MySQL hostname */
define('DB_HOST', 'DBProcessName.db');

/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');

/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');

在线工作正常,但本地不行。

我必须更改哪些内容才能在本地和在线访问站点时都有效?

4

0 回答 0