1
0
Fork 0
MySQLDumper/application/configs/defaultConfig.ini

91 Zeilen
1.4 KiB
INI

[general]
title = "MySQLDumper"
mode = "easy"
logMaxsize = "1048576"
logUnit = "kb"
minspeed = "100"
maxspeed = "10000"
gzip = "y"
multipart = "n"
multipartSize = ""
optimize = "n"
errorHandling = "s"
dbDelete = "n"
[dbuser]
user = "root"
pass = ""
host = "localhost"
defaultDb = "otrance"
port = ""
socket = ""
[autodelete]
Activated = "n"
PreserveBackups = ""
[email]
sendEmail = "n"
SenderAddress = ""
SenderName = ""
RecipientAddress = ""
RecipientName = ""
attachBackup = "n"
Maxsize = ""
SendmailCall = ""
SMTPHost = ""
SMTPPort = ""
SMTPUser = ""
SMTPPassword = ""
[ftp]
0.use = "n"
0.timeout = "10"
0.passiveMode = "y"
0.ssl = "n"
0.server = ""
0.port = "21"
0.user = ""
0.pass = ""
0.dir = "/"
1.use = "n"
1.timeout = "10"
1.passiveMode = "y"
1.ssl = "n"
1.server = ""
1.port = "21"
1.user = ""
1.pass = ""
1.dir = "/"
[cronscript]
perlExtension = "pl"
perlPath = ""
perlTextOutput = "y"
perlTextOutputComplete = "y"
perlFileComment = ""
[interface]
language = "en"
theme = "msd"
notificationWindowPosition = "middleCenter"
showServerCaption = "y"
showTooltips = "y"
sqlboxHeight = "30"
recordsPerPage = "50"
sqlbrowserViewMode = "compact"
refreshProcesslist = "3"
[systemDatabases]
0 = "mysql"
1 = "information_schema"
[paths]
work = "E:\\PHP\\msd2/work/"
log = "E:\\PHP\\msd2/work/log"
backup = "E:\\PHP\\msd2/work/backup"
config = "E:\\PHP\\msd2/work/config"
iconPath = "css/msd/icons"