Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
granite
kb
Wiki
Data_output
db_info
db_info
· Changes
Page history
update: 数据对外输出的问题总结
authored
Aug 17, 2021
by
fanzx
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
data_output/db_info.md
data_output/db_info.md
+10
-0
No files found.
data_output/db_info.md
0 → 100644
View page @
c2a94f75
# 数据库交付
## 方式1:在阿里云的上的数据, 必须使用RDS方式预先新建实例才可以支持库示例导出(其他方式不支持)
## 方式2:MySQL的
mysql -h 172.18.231.2 -P 3308 -uroot -proot123 utn_ng_risk_2 < risk_lawsuit_list.sql
执行环境系统一般为centos
\ No newline at end of file