Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iml-backup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
iml-backup
Merge requests
!142
remove axels local ini file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
remove axels local ini file
desktop-notification
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Hahn Axel (hahn)
requested to merge
desktop-notification
into
master
7 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
8ce144dd
Show latest version
1 file
+
0
−
44
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8ce144dd
remove axels local ini file
· 8ce144dd
Hahn Axel (hahn)
authored
7 months ago
plugins/localdump/profiles/mysql_localhost_13306.ini deleted
100644 → 0
+
0
−
44
Options
# ======================================================================
#
# DOCKER MYSQL INSTANCE ON LOCAL EXPOSED PORT
#
# ======================================================================
[detect]
# ----------------------------------------------------------------------
# what to detect
# ----------------------------------------------------------------------
binary
=
'mysql,mysqldump'
# a running process that must be found
process
=
'mysqld|mariadb'
# a port that must be open on a given host
tcp-port
=
13306
tcp-target
=
localhost
# process that opens a port (see netstat -tulpen) - works for local services only
# "slirp4netns" is docker network stack
# "rootlesskit" is docker too
tcp-process
=
'rootlesskit'
[set]
# ----------------------------------------------------------------------
# data to apply if it was found
# ----------------------------------------------------------------------
su
=
''
dbuser
=
'root'
dbpassword
=
'12345678'
# not soo nice - these information is seen in the process list
params
=
'--port={tcp-port} --password={dbpassword} --user={dbuser} --host={tcp-target} --skip-ssl'
# https://dev.mysql.com/doc/refman/8.0/en/environment-variables.html
# das PW sollte man auch nicht in MYSQL_PWD ablegen
# env = 'export var1="happy meal"; export var2="new"; export var3="year!"'
env
=
''
# ----------------------------------------------------------------------
Loading