Commit a2e5fcac by 牛晓林

数据库改为域名服务器

parent e355d4f9
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type":"php",
},
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
\ No newline at end of file
......@@ -20,19 +20,19 @@
// ** MySQL 设置 - 具体信息来自您正在使用的主机 ** //
/** WordPress数据库的名称 */
define('DB_NAME', 'wordpress');
define('DB_NAME', 'bdm267988102_db');
/** MySQL数据库用户名 */
define('DB_USER', 'root');
define('DB_USER', 'bdm267988102');
/** MySQL数据库密码 */
define('DB_PASSWORD', '');
define('DB_PASSWORD', 'SXzcyp123');
/** MySQL主机 */
define('DB_HOST', 'localhost');
define('DB_HOST', 'bdm267988102.my3w.com');
/** 创建数据表时默认的文字编码 */
define('DB_CHARSET', 'utf8mb4');
define('DB_CHARSET', 'utf8');
/** 数据库整理类型。如不确定请勿更改 */
define('DB_COLLATE', '');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment