Skip to content
Snippets Groups Projects
Commit 8ce144dd authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

remove axels local ini file

parent 4407a486
No related branches found
No related tags found
1 merge request!142remove axels local ini file
# ======================================================================
#
# 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 = ''
# ----------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment