qa-prevention-gwj/src/main/resources/dbfh.properties

69 lines
1.6 KiB
Properties
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

##用于备份、还原数据库、在线编辑 SQL
# 是否远程备份数据库例如tomcat和数据库不在同一个服务器中非linux yes or no , DBSeverport远程服务器备份程序端口
remoteDB=no
DBSeverport=6666
####################################
# 数据库类型
dbtype=mysql
# 数据库地址
dbAddress=192.168.192.121
#端口
dbport=3306
# 数据库名称
databaseName=qa-prevention-gwj
# 数据库用户名
username=root
# 数据库密码
password=qhdgwj
# mysqldump 路径 Linux
#dbpath = /usr/bin/
# 备份文件存放位置 Linux
#sqlFilePath =/mysql_backup/
# mysqldump 路径 Windows(mysql安装目录)
dbpath = C\://Program Files//MySQL//MySQL Server 5.7//bin//
# 备份文件存放位置 Windows
sqlFilePath =L\:/mysql_backup/
####################################
####################################
# 数据库类型
#dbtype=oracle
# 数据库地址
#dbAddress=192.168.1.102
#端口
#dbport=1521
# 数据库用户名
#username=C##FHBOOT
# 数据库名称
#databaseName=orcl
# 数据库密码
#password = root
# 备份文件存放位置 Linux
#sqlFilePath =/mysql_backup/
# 备份文件存放位置 Windows
#sqlFilePath =E\://oracle_backup//
####################################
####################################
# 数据库类型
#dbtype=sqlserver
# 数据库地址
#dbAddress=192.168.1.102
#端口
#dbport=1433
# 数据库的用户
#username = sa
# 数据库名称
#databaseName=fhboot
# 数据库密码
#password = root
# 备份文件存放位置 (只有Windows确保此路径存在否则备份失败
#sqlFilePath =E\:/sqlserverBackup/
####################################