Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
admin-zhongCha
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨子
admin-zhongCha
Commits
a2e5fcac
Commit
a2e5fcac
authored
Jan 11, 2019
by
牛晓林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据库改为域名服务器
parent
e355d4f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
5 deletions
+24
-5
launch.json
.vscode/launch.json
+19
-0
wp-config.php
wp-config.php
+5
-5
No files found.
.vscode/launch.json
0 → 100644
View file @
a2e5fcac
{
//
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
wp-config.php
View file @
a2e5fcac
...
...
@@ -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'
,
'utf8
mb4
'
);
define
(
'DB_CHARSET'
,
'utf8'
);
/** 数据库整理类型。如不确定请勿更改 */
define
(
'DB_COLLATE'
,
''
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment