Add script 'drop_tables.sh'.
This commit is contained in:
34
conf/drop_tables.conf.sample
Normal file
34
conf/drop_tables.conf.sample
Normal file
@ -0,0 +1,34 @@
|
||||
|
||||
## ===================================================================
|
||||
## - Configuration File for "drop_tables.sh" Script
|
||||
## ===================================================================
|
||||
|
||||
|
||||
# - MYSQL_CREDENTIAL_ARGS
|
||||
# -
|
||||
# - MySQL / MariaDB credentials
|
||||
# -
|
||||
# - Giving password on command line is insecure an sind mysql 5.5
|
||||
# - you will get a warning doing so.
|
||||
# -
|
||||
# - Reading username/password fro file ist also possible, using MySQL/MariaDB
|
||||
# - commandline parameter '--defaults-file'.
|
||||
# -
|
||||
# - Since Mysql Version 5.6, you can read username/password from
|
||||
# - encrypted file.
|
||||
# -
|
||||
# - Create (encrypted) option file:
|
||||
# - $ mysql_config_editor set --login-path=local --socket=/tmp/mysql.sock --user=root --password
|
||||
# - $ Password:
|
||||
# -
|
||||
# - Use of option file:
|
||||
# - $ mysql --login-path=local ...
|
||||
# -
|
||||
# - Example
|
||||
# - MYSQL_CREDENTIAL_ARGS="--login-path=local"
|
||||
# - MYSQL_CREDENTIAL_ARGS="--defaults-file=/etc/mysql/debian.cnf" (Debian default)
|
||||
# - MYSQL_CREDENTIAL_ARGS="--defaults-file=/usr/local/mysql/sys-maint.cnf"
|
||||
# -
|
||||
# - Defaults to MYSQL_CREDENTIAL_ARGS="--login-path=local"
|
||||
# -
|
||||
#MYSQL_CREDENTIAL_ARGS=""
|
Reference in New Issue
Block a user