{"id":16366833,"url":"https://github.com/centminmod/centminmod-dbdeployer","last_synced_at":"2026-07-03T20:32:29.184Z","repository":{"id":80279549,"uuid":"189747024","full_name":"centminmod/centminmod-dbdeployer","owner":"centminmod","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-30T13:35:05.000Z","size":129,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T18:49:10.566Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/centminmod.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-01T15:13:58.000Z","updated_at":"2022-09-24T04:32:05.000Z","dependencies_parsed_at":"2023-07-08T00:17:08.193Z","dependency_job_id":null,"html_url":"https://github.com/centminmod/centminmod-dbdeployer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/centminmod/centminmod-dbdeployer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fcentminmod-dbdeployer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fcentminmod-dbdeployer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fcentminmod-dbdeployer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fcentminmod-dbdeployer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/centminmod","download_url":"https://codeload.github.com/centminmod/centminmod-dbdeployer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fcentminmod-dbdeployer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35101089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T02:47:41.016Z","updated_at":"2026-07-03T20:32:29.164Z","avatar_url":"https://github.com/centminmod.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dbdeployer for centminmod.com\n\n[dbdeployer](https://github.com/datacharmer/dbdeployer) wrapper script for [centminmod.com LEMP stack](https://centminmod.com) environments on CentOS 7.x/AlmaLinux 8 64bit OSes.\n\n# Content\n\n* [Usage](#usage)\n  * [for dbdeployer.sh](#for-dbdeployersh)\n  * [for dbdeployer binary](#for-dbdeployer-binary)\n* [Install](#install)\n* [Reset](#reset)\n* [Deploy Single Sandbox Instances](#deploy-single-sandbox-instances)\n  * [Example with binary logging disabled](#example-with-binary-logging-disabled)\n  * [Example with binary logging enabled](#example-with-binary-logging-enabled)\n* [Check](#check)\n  * [Check Variables](#check-variables)\n* [Delete Sandboxes Only](#delete-sandboxes-only)\n* [Reset Binaries Only](#reset-binaries-only)\n\n# Usage\n\n## for dbdeployer.sh\n\n```\n./dbdeployer.sh \n\nusage:\n\n./dbdeployer.sh install-all-sandboxes\n./dbdeployer.sh install-all-sandboxes binlogs\n./dbdeployer.sh install\n./dbdeployer.sh install-mariadb\n./dbdeployer.sh install-percona\n./dbdeployer.sh install-oracle\n./dbdeployer.sh update\n./dbdeployer.sh wipe\n./dbdeployer.sh reset\n./dbdeployer.sh reset-binary\n./dbdeployer.sh check\n./dbdeployer.sh delete-sandboxes\n./dbdeployer.sh install-sandboxes\n./dbdeployer.sh install-sandboxes-force\n./dbdeployer.sh install-sandboxes binlogs\n./dbdeployer.sh install-sandboxes-force binlogs\n./dbdeployer.sh install-sandbox-instance nobinlogs maria10.3.38\n./dbdeployer.sh install-sandbox-instance nobinlogs maria10.4.28\n./dbdeployer.sh install-sandbox-instance nobinlogs maria10.6.12\n./dbdeployer.sh install-sandbox-instance nobinlogs maria10.11.2\n./dbdeployer.sh install-sandbox-instance nobinlogs ps8.0.32\n./dbdeployer.sh install-sandbox-instance nobinlogs oracle8.0.33\n./dbdeployer.sh install-sandbox-instance binlogs maria10.3.38\n./dbdeployer.sh install-sandbox-instance binlogs maria10.4.28\n./dbdeployer.sh install-sandbox-instance binlogs maria10.6.12\n./dbdeployer.sh install-sandbox-instance binlogs maria10.11.2\n./dbdeployer.sh install-sandbox-instance binlogs ps8.0.32\n./dbdeployer.sh install-sandbox-instance binlogs oracle8.0.33\n./dbdeployer.sh delete-sandbox-instance maria10.3.38\n./dbdeployer.sh delete-sandbox-instance maria10.4.28\n./dbdeployer.sh delete-sandbox-instance maria10.6.12\n./dbdeployer.sh delete-sandbox-instance maria10.11.2\n./dbdeployer.sh delete-sandbox-instance ps8.0.32\n./dbdeployer.sh delete-sandbox-instance oracle8.0.33\n./dbdeployer.sh install-sandbox-instance-force nobinlogs maria10.3.38\n./dbdeployer.sh install-sandbox-instance-force nobinlogs maria10.4.28\n./dbdeployer.sh install-sandbox-instance-force nobinlogs maria10.6.12\n./dbdeployer.sh install-sandbox-instance-force nobinlogs maria10.11.2\n./dbdeployer.sh install-sandbox-instance-force nobinlogs ps8.0.32\n./dbdeployer.sh install-sandbox-instance-force nobinlogs oracle8.0.33\n./dbdeployer.sh install-sandbox-instance-force binlogs maria10.3.38\n./dbdeployer.sh install-sandbox-instance-force binlogs maria10.4.28\n./dbdeployer.sh install-sandbox-instance-force binlogs maria10.6.12\n./dbdeployer.sh install-sandbox-instance-force binlogs maria10.11.2\n./dbdeployer.sh install-sandbox-instance-force binlogs ps8.0.32\n./dbdeployer.sh install-sandbox-instance-force binlogs oracle8.0.33\n```\n\n## for dbdeployer binary\n\n```\ndbdeployer -h\ndbdeployer makes MySQL server installation an easy task.\nRuns single, multiple, and replicated sandboxes.\n\nUsage:\n  dbdeployer [command]\n\nAvailable Commands:\n  admin           sandbox management tasks\n  cookbook        Shows dbdeployer samples\n  data-load       tasks related to dbdeployer data loading\n  defaults        tasks related to dbdeployer defaults\n  delete          delete an installed sandbox\n  delete-binaries delete an expanded tarball\n  deploy          deploy sandboxes\n  downloads       Manages remote tarballs\n  export          Exports the command structure in JSON format\n  global          Runs a given command in every sandbox\n  help            Help about any command\n  import          imports one or more MySQL servers into a sandbox\n  info            Shows information about dbdeployer environment samples\n  init            initializes dbdeployer environment\n  sandboxes       List installed sandboxes\n  unpack          unpack a tarball into the binary directory\n  update          Gets dbdeployer newest version\n  usage           Shows usage of installed sandboxes\n  use             uses a sandbox\n  versions        List available versions\n\nFlags:\n      --config string           configuration file (default \"/root/.dbdeployer/config.json\")\n  -h, --help                    help for dbdeployer\n      --sandbox-binary string   Binary repository (default \"/root/opt/mysql\")\n      --sandbox-home string     Sandbox deployment directory (default \"/root/sandboxes\")\n      --shell-path string       Path to Bash, used for generated scripts (default \"/usr/bin/bash\")\n      --skip-library-check      Skip check for needed libraries (may cause nasty errors)\n  -v, --version                 version for dbdeployer\n\nUse \"dbdeployer [command] --help\" for more information about a command.\n```\n\n## For dbdeployer single usage commands\n\n```\ndbdeployer usage single\n\n        USING A SANDBOX\n\nChange directory to the newly created one (default: $SANDBOX_HOME/msb_VERSION \nfor single sandboxes)\n[ $SANDBOX_HOME = $HOME/sandboxes unless modified with flag --sandbox-home ]\n\nThe sandbox directory of the instance you just created contains some handy \nscripts to manage your server easily and in isolation.\n\n\"./start\", \"./status\", \"./restart\", and \"./stop\" do what their name suggests. \nstart and restart accept parameters that are eventually passed to the server. \ne.g.:\n\n  ./start --server-id=1001\n\n  ./restart --event-scheduler=disabled\n\n\"./use\" calls the command line client with the appropriate parameters,\nExample:\n\n    ./use -BN -e \"select @@server_id\"\n    ./use -u root\n\n\"./clear\" stops the server and removes everything from the data directory,\nletting you ready to start from scratch. (Warning! It's irreversible!)\n\n\"./send_kill [destroy]\" does almost the same as \"./stop\", as it sends a SIGTERM (-15) kill\nto shut down the server. Additionally, when the regular kill fails, it will\nsend an unfriendly SIGKILL (-9) to the unresponsive server.\nThe argument \"destroy\" will immediately kill the server with SIGKILL (-9).\n\n\"./add_option\" will add one or more options to my.sandbox.cnf, and restarts the\nserver to apply the changes.\n\n\"init_db\" and \"load_grants\" are used during the server initialization, and should not be used\nin normal operations. They are nonetheless useful to see which operations were performed\nto set up the server.\n\n\"./show_binlog\" and \"./show_relaylog\" will show the latest binary log or relay-log.\n\n\"./my\" is a prefix script to invoke any command named \"my*\" from the \nMySQL /bin directory. It is important to use it rather than the \ncorresponding globally installed tool, because this guarantees \nthat you will be using the tool for the version you have deployed.\nExamples:\n\n    ./my sqldump db_name\n    ./my sqlbinlog somefile\n\n\"./mysqlsh\" invokes the mysql shell. Unlike other commands, this one only works\nif mysqlsh was installed, with preference to the binaries found in \"basedir\".\nThis script is created only if the X plugin was enabled (5.7.12+ with --enable-mysqlx\nor 8.0.11+ without --disable-mysqlx)\n\n\"./use_admin\" is created when the sandbox is deployed with --enable-admin-address (8.0.14+)\nand allows using the database as administrator, with a dedicated port.\n```\n\n# Install\n\n```\n./dbdeployer.sh install\n```\n\nInstall sandbox singles for Oracle MySQL 8.0, MariaDB 10.3 to 10.6 and Percona 8.0.\n\n```\n./dbdeployer.sh install\n\ninstalling dbdeployer\n\ndbdeployer defaults show\n# Internal values:\n{\n        \"version\": \"1.70.0\",\n        \"sandbox-home\": \"$HOME/sandboxes\",\n        \"sandbox-binary\": \"$HOME/opt/mysql\",\n        \"use-sandbox-catalog\": true,\n        \"log-sb-operations\": false,\n        \"log-directory\": \"/root/sandboxes/logs\",\n        \"cookbook-directory\": \"recipes\",\n        \"shell-path\": \"/usr/bin/bash\",\n        \"master-slave-base-port\": 11000,\n        \"group-replication-base-port\": 12000,\n        \"group-replication-sp-base-port\": 13000,\n        \"fan-in-replication-base-port\": 14000,\n        \"all-masters-replication-base-port\": 15000,\n        \"multiple-base-port\": 16000,\n        \"pxc-base-port\": 18000,\n        \"ndb-base-port\": 19000,\n        \"ndb-cluster-port\": 20000,\n        \"group-port-delta\": 125,\n        \"mysqlx-port-delta\": 10000,\n        \"admin-port-delta\": 11000,\n        \"master-name\": \"master\",\n        \"master-abbr\": \"m\",\n        \"node-prefix\": \"node\",\n        \"slave-prefix\": \"slave\",\n        \"slave-abbr\": \"s\",\n        \"sandbox-prefix\": \"msb_\",\n        \"imported-sandbox-prefix\": \"imp_msb_\",\n        \"master-slave-prefix\": \"rsandbox_\",\n        \"group-prefix\": \"group_msb_\",\n        \"group-sp-prefix\": \"group_sp_msb_\",\n        \"multiple-prefix\": \"multi_msb_\",\n        \"fan-in-prefix\": \"fan_in_msb_\",\n        \"all-masters-prefix\": \"all_masters_msb_\",\n        \"reserved-ports\": [\n                1186,\n                3306,\n                5432,\n                33060,\n                33062\n        ],\n        \"remote-repository\": \"https://raw.githubusercontent.com/datacharmer/mysql-docker-minimal/master/dbdata\",\n        \"remote-index-file\": \"available.json\",\n        \"remote-completion-url\": \"https://raw.githubusercontent.com/datacharmer/dbdeployer/master/docs/dbdeployer_completion.sh\",\n        \"remote-tarball-url\": \"https://raw.githubusercontent.com/datacharmer/dbdeployer/master/downloads/tarball_list.json\",\n        \"pxc-prefix\": \"pxc_msb_\",\n        \"ndb-prefix\": \"ndb_msb_\",\n        \"default-sandbox-executable\": \"default\",\n        \"download-name-linux\": \"mysql-{{.Version}}-linux-glibc2.17-x86_64{{.Minimal}}.{{.Ext}}\",\n        \"download-name-macos\": \"mysql-{{.Version}}-macos11-x86_64.{{.Ext}}\",\n        \"download-url\": \"https://dev.mysql.com/get/Downloads/MySQL\",\n        \"timestamp\": \"Sun Apr 30 05:08:59 EDT 2023\"\n }\n\ndbdeployer remote list\nFiles available in https://raw.githubusercontent.com/datacharmer/mysql-docker-minimal/master/dbdata/available.json\n8.0 -\u003e [mysql-8.0.15 mysql-8.0.16]\n4.1 -\u003e [mysql-4.1.22]\n5.0 -\u003e [mysql-5.0.15 mysql-5.0.96]\n5.1 -\u003e [mysql-5.1.72]\n5.5 -\u003e [mysql-5.5.61 mysql-5.5.62]\n5.6 -\u003e [mysql-5.6.43 mysql-5.6.44]\n5.7 -\u003e [mysql-5.7.25 mysql-5.7.26]\n\ndbdeployer -h\ndbdeployer makes MySQL server installation an easy task.\nRuns single, multiple, and replicated sandboxes.\n\nUsage:\n  dbdeployer [command]\n\nAvailable Commands:\n  admin           sandbox management tasks\n  cookbook        Shows dbdeployer samples\n  data-load       tasks related to dbdeployer data loading\n  defaults        tasks related to dbdeployer defaults\n  delete          delete an installed sandbox\n  delete-binaries delete an expanded tarball\n  deploy          deploy sandboxes\n  downloads       Manages remote tarballs\n  export          Exports the command structure in JSON format\n  global          Runs a given command in every sandbox\n  help            Help about any command\n  import          imports one or more MySQL servers into a sandbox\n  info            Shows information about dbdeployer environment samples\n  init            initializes dbdeployer environment\n  sandboxes       List installed sandboxes\n  unpack          unpack a tarball into the binary directory\n  update          Gets dbdeployer newest version\n  usage           Shows usage of installed sandboxes\n  use             uses a sandbox\n  versions        List available versions\n\nFlags:\n      --config string           configuration file (default \"/root/.dbdeployer/config.json\")\n  -h, --help                    help for dbdeployer\n      --sandbox-binary string   Binary repository (default \"/root/opt/mysql\")\n      --sandbox-home string     Sandbox deployment directory (default \"/root/sandboxes\")\n      --shell-path string       Path to Bash, used for generated scripts (default \"/usr/bin/bash\")\n      --skip-library-check      Skip check for needed libraries (may cause nasty errors)\n  -v, --version                 version for dbdeployer\n\nUse \"dbdeployer [command] --help\" for more information about a command.\n\ndbdeployer --version\ndbdeployer version 1.72.0\n\ninstalling Percona binary tarballs\nUnpacking tarball Percona-Server-8.0.32-24-Linux.x86_64.glibc2.28-minimal.tar.gz to $HOME/opt/mysql/ps8.0.32\nRenaming directory /root/opt/mysql/Percona-Server-8.0.32-24-Linux.x86_64.glibc2.28-minimal to /root/opt/mysql/ps8.0.32\n\ninstalling MariaDB binary tarballs\nUnpacking tarball mariadb-10.11.2-linux-systemd-x86_64.tar.gz to $HOME/opt/mysql/maria10.11.2\nRenaming directory /root/opt/mysql/mariadb-10.11.2-linux-systemd-x86_64 to /root/opt/mysql/maria10.11.2\nUnpacking tarball mariadb-10.6.12-linux-systemd-x86_64.tar.gz to $HOME/opt/mysql/maria10.6.12\nRenaming directory /root/opt/mysql/mariadb-10.6.12-linux-systemd-x86_64 to /root/opt/mysql/maria10.6.12\nUnpacking tarball mariadb-10.4.28-linux-systemd-x86_64.tar.gz to $HOME/opt/mysql/maria10.4.28\nRenaming directory /root/opt/mysql/mariadb-10.4.28-linux-systemd-x86_64 to /root/opt/mysql/maria10.4.28\nUnpacking tarball mariadb-10.3.38-linux-systemd-x86_64.tar.gz to $HOME/opt/mysql/maria10.3.38\nRenaming directory /root/opt/mysql/mariadb-10.3.38-linux-systemd-x86_64 to /root/opt/mysql/maria10.3.38\ndbdeployer versions\nBasedir: /root/opt/mysql\nmaria10.11.2  maria10.3.38  maria10.4.28  maria10.6.12  ps8.0.32      \n\ninstalling Oracle MySQL binary tarballs\nUnpacking tarball mysql-8.0.33-linux-glibc2.28-x86_64.tar.gz to $HOME/opt/mysql/oracle8.0.33\nRenaming directory /root/opt/mysql/mysql-8.0.33-linux-glibc2.28-x86_64 to /root/opt/mysql/oracle8.0.33\ndbdeployer versions\nBasedir: /root/opt/mysql\nmaria10.11.2  maria10.3.38  maria10.4.28  maria10.6.12  oracle8.0.33  ps8.0.32      \n\n\ninstalling Oracle MySQL Shell\n8.0.33\nMerging shell tarball mysql-shell-8.0.33-linux-glibc2.12-x86-64bit.tar.gz to $HOME/opt/mysql/oracle8.0.33\n\n---------------------------------------------------------------\ndbdeployer installed binaries\n---------------------------------------------------------------\ndbdeployer info version --flavor percona 8.0 = ps8.0.32\n\ndbdeployer info version --flavor mariadb 10.11 = maria10.11.2\n\ndbdeployer info version --flavor mariadb 10.6 = maria10.6.12\ndbdeployer info version --flavor mariadb 10.4 = maria10.4.28\ndbdeployer info version --flavor mariadb 10.3 = maria10.3.38\ndbdeployer info version --flavor mysql 8.0 = oracle8.0.33\n```\n\n# Reset\n\nDelete and remove all dbdeployer sandboxes and binaries for a fresh start.\n\n```\n./dbdeployer.sh reset\n```\n\n# Deploy Single Sandbox Instances\n\n```\n./dbdeployer.sh install-sandboxes\n```\nor with binary logs enabled\n\n```\n./dbdeployer.sh install-sandboxes binlogs\n```\n\nExample with binary logging disabled\n\n```\n./dbdeployer.sh install-sandboxes\ndbdeployer deploy single sandboxes\n\ncreating maria10.11.2 single sandbox instance\ndbdeployer deploy single maria10.11.2 --skip-library-check --socket-in-datadir --init-options '--auth-root-authentication-method=normal' --my-cnf-options=innodb_file_per_table=1 --my-cnf-options=innodb_flush_log_at_trx_commit=2 --my-cnf-options=optimizer_use_condition_selectivity=1\nDatabase installed in $HOME/sandboxes/msb_maria10_11_2\nrun 'dbdeployer usage single' for basic instructions'\n. sandbox server started\n\ncreating maria10.3.38 single sandbox instance\ndbdeployer deploy single maria10.3.38 --skip-library-check --socket-in-datadir --init-options '--auth-root-authentication-method=normal' --my-cnf-options=innodb_file_per_table=1 --my-cnf-options=innodb_flush_log_at_trx_commit=2 --my-cnf-options=optimizer_use_condition_selectivity=1\nDatabase installed in $HOME/sandboxes/msb_maria10_3_38\nrun 'dbdeployer usage single' for basic instructions'\n. sandbox server started\n\ncreating maria10.4.28 single sandbox instance\ndbdeployer deploy single maria10.4.28 --skip-library-check --socket-in-datadir --init-options '--auth-root-authentication-method=normal' --my-cnf-options=innodb_file_per_table=1 --my-cnf-options=innodb_flush_log_at_trx_commit=2 --my-cnf-options=optimizer_use_condition_selectivity=1\nDatabase installed in $HOME/sandboxes/msb_maria10_4_28\nrun 'dbdeployer usage single' for basic instructions'\n. sandbox server started\n\ncreating maria10.6.12 single sandbox instance\ndbdeployer deploy single maria10.6.12 --skip-library-check --socket-in-datadir --init-options '--auth-root-authentication-method=normal' --my-cnf-options=innodb_file_per_table=1 --my-cnf-options=innodb_flush_log_at_trx_commit=2 --my-cnf-options=optimizer_use_condition_selectivity=1\nDatabase installed in $HOME/sandboxes/msb_maria10_6_12\nrun 'dbdeployer usage single' for basic instructions'\n. sandbox server started\n\ncreating oracle8.0.33 single sandbox instance\ndbdeployer deploy single oracle8.0.33 --skip-library-check --socket-in-datadir --my-cnf-options=innodb_file_per_table=1 --my-cnf-options=innodb_flush_log_at_trx_commit=2\nDatabase installed in $HOME/sandboxes/msb_oracle8_0_33\nrun 'dbdeployer usage single' for basic instructions'\n. sandbox server started\n\ncreating ps8.0.32 single sandbox instance\ndbdeployer deploy single ps8.0.32 --skip-library-check --socket-in-datadir --my-cnf-options=innodb_file_per_table=1 --my-cnf-options=innodb_flush_log_at_trx_commit=2\nerror creating sandbox: 'check directory directory /root/sandboxes/msb_ps8_0_32 already exists. Use --force to override'\n\ndbdeployer sandboxes\n msb_maria10_11_2         :   single   maria10.11.2   [41102 ]      \n msb_maria10_3_38         :   single   maria10.3.38   [10338 ]      \n msb_maria10_4_28         :   single   maria10.4.28   [10428 ]      \n msb_maria10_6_12         :   single   maria10.6.12   [10612 ]      \n msb_oracle8_0_33         :   single   oracle8.0.33   [8033 18033 ] \n\nsandbox info\n\n/root/sandboxes/msb_maria10_11_2/my.sandbox.cnf\n\n[mysql]\nprompt='mysql [\\h:41102] {\\u} (\\d) \u003e '\n[client]\nuser               = msandbox\npassword           = msandbox\nport               = 41102\nsocket             = /root/sandboxes/msb_maria10_11_2/data/mysql_sandbox41102.sock\n[mysqld]\nuser               = root\nport               = 41102\nsocket             = /root/sandboxes/msb_maria10_11_2/data/mysql_sandbox41102.sock\nbasedir            = /root/opt/mysql/maria10.11.2\ndatadir            = /root/sandboxes/msb_maria10_11_2/data\ntmpdir             = /root/sandboxes/msb_maria10_11_2/tmp\npid-file           = /root/sandboxes/msb_maria10_11_2/data/mysql_sandbox41102.pid\nbind-address       = 127.0.0.1\nreport-host=single-41102\nreport-port=41102\nlog-error=/root/sandboxes/msb_maria10_11_2/data/msandbox.err\ninnodb_file_per_table=1\ninnodb_flush_log_at_trx_commit=2\noptimizer_use_condition_selectivity=1\n\n/root/sandboxes/msb_maria10_11_2/my sql -e '\\s'\n--------------\n/root/opt/mysql/maria10.11.2/bin/mysql  Ver 15.1 Distrib 10.11.2-MariaDB, for linux-systemd (x86_64) using readline 5.1\n\nConnection id:          4\nCurrent database:\nCurrent user:           msandbox@localhost\nSSL:                    Not in use\nCurrent pager:          stdout\nUsing outfile:          ''\nUsing delimiter:        ;\nServer:                 MariaDB\nServer version:         10.11.2-MariaDB MariaDB Server\nProtocol version:       10\nConnection:             Localhost via UNIX socket\nServer characterset:    latin1\nDb     characterset:    latin1\nClient characterset:    utf8mb3\nConn.  characterset:    utf8mb3\nUNIX socket:            /root/sandboxes/msb_maria10_11_2/data/mysql_sandbox41102.sock\nUptime:                 13 sec\n\nThreads: 1  Questions: 20  Slow queries: 0  Opens: 20  Open tables: 13  Queries per second avg: 1.538\n--------------\n\n\n/root/sandboxes/msb_maria10_3_38/my.sandbox.cnf\n\n[mysql]\nprompt='mysql [\\h:10338] {\\u} (\\d) \u003e '\n[client]\nuser               = msandbox\npassword           = msandbox\nport               = 10338\nsocket             = /root/sandboxes/msb_maria10_3_38/data/mysql_sandbox10338.sock\n[mysqld]\nuser               = root\nport               = 10338\nsocket             = /root/sandboxes/msb_maria10_3_38/data/mysql_sandbox10338.sock\nbasedir            = /root/opt/mysql/maria10.3.38\ndatadir            = /root/sandboxes/msb_maria10_3_38/data\ntmpdir             = /root/sandboxes/msb_maria10_3_38/tmp\npid-file           = /root/sandboxes/msb_maria10_3_38/data/mysql_sandbox10338.pid\nbind-address       = 127.0.0.1\nreport-host=single-10338\nreport-port=10338\nlog-error=/root/sandboxes/msb_maria10_3_38/data/msandbox.err\ninnodb_file_per_table=1\ninnodb_flush_log_at_trx_commit=2\noptimizer_use_condition_selectivity=1\n\n/root/sandboxes/msb_maria10_3_38/my sql -e '\\s'\n--------------\n/root/opt/mysql/maria10.3.38/bin/mysql  Ver 15.1 Distrib 10.3.38-MariaDB, for linux-systemd (x86_64) using readline 5.1\n\nConnection id:          9\nCurrent database:\nCurrent user:           msandbox@localhost\nSSL:                    Not in use\nCurrent pager:          stdout\nUsing outfile:          ''\nUsing delimiter:        ;\nServer:                 MariaDB\nServer version:         10.3.38-MariaDB MariaDB Server\nProtocol version:       10\nConnection:             Localhost via UNIX socket\nServer characterset:    latin1\nDb     characterset:    latin1\nClient characterset:    utf8\nConn.  characterset:    utf8\nUNIX socket:            /root/sandboxes/msb_maria10_3_38/data/mysql_sandbox10338.sock\nUptime:                 10 sec\n\nThreads: 6  Questions: 20  Slow queries: 0  Opens: 18  Flush tables: 1  Open tables: 11  Queries per second avg: 2.000\n--------------\n\n\n/root/sandboxes/msb_maria10_4_28/my.sandbox.cnf\n\n[mysql]\nprompt='mysql [\\h:10428] {\\u} (\\d) \u003e '\n[client]\nuser               = msandbox\npassword           = msandbox\nport               = 10428\nsocket             = /root/sandboxes/msb_maria10_4_28/data/mysql_sandbox10428.sock\n[mysqld]\nuser               = root\nport               = 10428\nsocket             = /root/sandboxes/msb_maria10_4_28/data/mysql_sandbox10428.sock\nbasedir            = /root/opt/mysql/maria10.4.28\ndatadir            = /root/sandboxes/msb_maria10_4_28/data\ntmpdir             = /root/sandboxes/msb_maria10_4_28/tmp\npid-file           = /root/sandboxes/msb_maria10_4_28/data/mysql_sandbox10428.pid\nbind-address       = 127.0.0.1\nreport-host=single-10428\nreport-port=10428\nlog-error=/root/sandboxes/msb_maria10_4_28/data/msandbox.err\ninnodb_file_per_table=1\ninnodb_flush_log_at_trx_commit=2\noptimizer_use_condition_selectivity=1\n\n/root/sandboxes/msb_maria10_4_28/my sql -e '\\s'\n--------------\n/root/opt/mysql/maria10.4.28/bin/mysql  Ver 15.1 Distrib 10.4.28-MariaDB, for linux-systemd (x86_64) using readline 5.1\n\nConnection id:          9\nCurrent database:\nCurrent user:           msandbox@localhost\nSSL:                    Not in use\nCurrent pager:          stdout\nUsing outfile:          ''\nUsing delimiter:        ;\nServer:                 MariaDB\nServer version:         10.4.28-MariaDB MariaDB Server\nProtocol version:       10\nConnection:             Localhost via UNIX socket\nServer characterset:    latin1\nDb     characterset:    latin1\nClient characterset:    utf8\nConn.  characterset:    utf8\nUNIX socket:            /root/sandboxes/msb_maria10_4_28/data/mysql_sandbox10428.sock\nUptime:                 7 sec\n\nThreads: 6  Questions: 20  Slow queries: 0  Opens: 20  Flush tables: 1  Open tables: 13  Queries per second avg: 2.857\n--------------\n\n\n/root/sandboxes/msb_maria10_6_12/my.sandbox.cnf\n\n[mysql]\nprompt='mysql [\\h:10612] {\\u} (\\d) \u003e '\n[client]\nuser               = msandbox\npassword           = msandbox\nport               = 10612\nsocket             = /root/sandboxes/msb_maria10_6_12/data/mysql_sandbox10612.sock\n[mysqld]\nuser               = root\nport               = 10612\nsocket             = /root/sandboxes/msb_maria10_6_12/data/mysql_sandbox10612.sock\nbasedir            = /root/opt/mysql/maria10.6.12\ndatadir            = /root/sandboxes/msb_maria10_6_12/data\ntmpdir             = /root/sandboxes/msb_maria10_6_12/tmp\npid-file           = /root/sandboxes/msb_maria10_6_12/data/mysql_sandbox10612.pid\nbind-address       = 127.0.0.1\nreport-host=single-10612\nreport-port=10612\nlog-error=/root/sandboxes/msb_maria10_6_12/data/msandbox.err\ninnodb_file_per_table=1\ninnodb_flush_log_at_trx_commit=2\noptimizer_use_condition_selectivity=1\n\n/root/sandboxes/msb_maria10_6_12/my sql -e '\\s'\n--------------\n/root/opt/mysql/maria10.6.12/bin/mysql  Ver 15.1 Distrib 10.6.12-MariaDB, for linux-systemd (x86_64) using readline 5.1\n\nConnection id:          4\nCurrent database:\nCurrent user:           msandbox@localhost\nSSL:                    Not in use\nCurrent pager:          stdout\nUsing outfile:          ''\nUsing delimiter:        ;\nServer:                 MariaDB\nServer version:         10.6.12-MariaDB MariaDB Server\nProtocol version:       10\nConnection:             Localhost via UNIX socket\nServer characterset:    latin1\nDb     characterset:    latin1\nClient characterset:    utf8mb3\nConn.  characterset:    utf8mb3\nUNIX socket:            /root/sandboxes/msb_maria10_6_12/data/mysql_sandbox10612.sock\nUptime:                 5 sec\n\nThreads: 1  Questions: 20  Slow queries: 0  Opens: 20  Open tables: 13  Queries per second avg: 4.000\n--------------\n\n\n/root/sandboxes/msb_oracle8_0_33/my.sandbox.cnf\n\n[mysql]\nprompt='mysql [\\h:8033] {\\u} (\\d) \u003e '\n[client]\nuser               = msandbox\npassword           = msandbox\nport               = 8033\nsocket             = /root/sandboxes/msb_oracle8_0_33/data/mysql_sandbox8033.sock\n[mysqld]\nuser               = root\nport               = 8033\nsocket             = /root/sandboxes/msb_oracle8_0_33/data/mysql_sandbox8033.sock\nbasedir            = /root/opt/mysql/oracle8.0.33\ndatadir            = /root/sandboxes/msb_oracle8_0_33/data\ntmpdir             = /root/sandboxes/msb_oracle8_0_33/tmp\npid-file           = /root/sandboxes/msb_oracle8_0_33/data/mysql_sandbox8033.pid\nbind-address       = 127.0.0.1\nreport-host=single-8033\nreport-port=8033\nlog-error=/root/sandboxes/msb_oracle8_0_33/data/msandbox.err\ninnodb_file_per_table=1\ninnodb_flush_log_at_trx_commit=2\nmysqlx-port=18033\nmysqlx-socket=/root/sandboxes/msb_oracle8_0_33/data/mysqlx-18033.sock\n\n/root/sandboxes/msb_oracle8_0_33/my sql -e '\\s'\n--------------\n/root/opt/mysql/oracle8.0.33/bin/mysql  Ver 8.0.33 for Linux on x86_64 (MySQL Community Server - GPL)\n\nConnection id:          9\nCurrent database:\nCurrent user:           msandbox@localhost\nSSL:                    Not in use\nCurrent pager:          stdout\nUsing outfile:          ''\nUsing delimiter:        ;\nServer version:         8.0.33 MySQL Community Server - GPL\nProtocol version:       10\nConnection:             Localhost via UNIX socket\nServer characterset:    utf8mb4\nDb     characterset:    utf8mb4\nClient characterset:    utf8mb4\nConn.  characterset:    utf8mb4\nUNIX socket:            /root/sandboxes/msb_oracle8_0_33/data/mysql_sandbox8033.sock\nUptime:                 1 sec\n\nThreads: 2  Questions: 42  Slow queries: 0  Opens: 149  Flush tables: 3  Open tables: 65  Queries per second avg: 42.000\n--------------\n```\n\n## Example with binary logging enabled\n\n```\n./dbdeployer.sh install-sandboxes binlogs\ndbdeployer deploy single sandboxes\n\ncreating maria10.11.2 single sandbox instance\ndbdeployer deploy single maria10.11.2 --skip-library-check --socket-in-datadir --init-options '--auth-root-authentication-method=normal' --my-cnf-options=log-bin=mysql-bin --my-cnf-options=max_binlog_size=500M --my-cnf-options=binlog_file_cache_size=131072 --my-cnf-options=binlog_cache_size=131072 --my-cnf-options=binlog_stmt_cache_size=131072 --my-cnf-options=binlog-commit-wait-count=100 --my-cnf-options=binlog_commit_wait_usec=100000 --my-cnf-options=expire_logs_days=7 --my-cnf-options=binlog-format=row --my-cnf-options=sync-binlog=1 --my-cnf-options=innodb_file_per_table=1 --my-cnf-options=innodb_flush_log_at_trx_commit=2 --my-cnf-options=optimizer_use_condition_selectivity=1\nDatabase installed in $HOME/sandboxes/msb_maria10_11_2\nrun 'dbdeployer usage single' for basic instructions'\n. sandbox server started\n\ncreating maria10.3.38 single sandbox instance\ndbdeployer deploy single maria10.3.38 --skip-library-check --socket-in-datadir --init-options '--auth-root-authentication-method=normal' --my-cnf-options=log-bin=mysql-bin --my-cnf-options=max_binlog_size=500M --my-cnf-options=binlog_file_cache_size=131072 --my-cnf-options=binlog_cache_size=131072 --my-cnf-options=binlog_stmt_cache_size=131072 --my-cnf-options=binlog-commit-wait-count=100 --my-cnf-options=binlog_commit_wait_usec=100000 --my-cnf-options=expire_logs_days=7 --my-cnf-options=binlog-format=row --my-cnf-options=sync-binlog=1 --my-cnf-options=innodb_file_per_table=1 --my-cnf-options=innodb_flush_log_at_trx_commit=2 --my-cnf-options=optimizer_use_condition_selectivity=1\nDatabase installed in $HOME/sandboxes/msb_maria10_3_38\nrun 'dbdeployer usage single' for basic instructions'\n. sandbox server started\n\ncreating maria10.4.28 single sandbox instance\ndbdeployer deploy single maria10.4.28 --skip-library-check --socket-in-datadir --init-options '--auth-root-authentication-method=normal' --my-cnf-options=log-bin=mysql-bin --my-cnf-options=max_binlog_size=500M --my-cnf-options=binlog_file_cache_size=131072 --my-cnf-options=binlog_cache_size=131072 --my-cnf-options=binlog_stmt_cache_size=131072 --my-cnf-options=binlog-commit-wait-count=100 --my-cnf-options=binlog_commit_wait_usec=100000 --my-cnf-options=expire_logs_days=7 --my-cnf-options=binlog-format=row --my-cnf-options=sync-binlog=1 --my-cnf-options=innodb_file_per_table=1 --my-cnf-options=innodb_flush_log_at_trx_commit=2 --my-cnf-options=optimizer_use_condition_selectivity=1\nDatabase installed in $HOME/sandboxes/msb_maria10_4_28\nrun 'dbdeployer usage single' for basic instructions'\n. sandbox server started\n\ncreating maria10.6.12 single sandbox instance\ndbdeployer deploy single maria10.6.12 --skip-library-check --socket-in-datadir --init-options '--auth-root-authentication-method=normal' --my-cnf-options=log-bin=mysql-bin --my-cnf-options=max_binlog_size=500M --my-cnf-options=binlog_file_cache_size=131072 --my-cnf-options=binlog_cache_size=131072 --my-cnf-options=binlog_stmt_cache_size=131072 --my-cnf-options=binlog-commit-wait-count=100 --my-cnf-options=binlog_commit_wait_usec=100000 --my-cnf-options=expire_logs_days=7 --my-cnf-options=binlog-format=row --my-cnf-options=sync-binlog=1 --my-cnf-options=innodb_file_per_table=1 --my-cnf-options=innodb_flush_log_at_trx_commit=2 --my-cnf-options=optimizer_use_condition_selectivity=1\nDatabase installed in $HOME/sandboxes/msb_maria10_6_12\nrun 'dbdeployer usage single' for basic instructions'\n. sandbox server started\n\ncreating oracle8.0.33 single sandbox instance\ndbdeployer deploy single oracle8.0.33 --skip-library-check --socket-in-datadir --my-cnf-options=log-bin=mysql-bin --my-cnf-options=max_binlog_size=500M --my-cnf-options=binlog_cache_size=131072 --my-cnf-options=binlog_stmt_cache_size=131072 --my-cnf-options=expire_logs_days=7 --my-cnf-options=binlog-format=row --my-cnf-options=sync-binlog=1 --my-cnf-options=innodb_file_per_table=1 --my-cnf-options=innodb_flush_log_at_trx_commit=2\nDatabase installed in $HOME/sandboxes/msb_oracle8_0_33\nrun 'dbdeployer usage single' for basic instructions'\n. sandbox server started\n\ncreating ps8.0.32 single sandbox instance\ndbdeployer deploy single ps8.0.32 --skip-library-check --socket-in-datadir --my-cnf-options=log-bin=mysql-bin --my-cnf-options=max_binlog_size=500M --my-cnf-options=binlog_cache_size=131072 --my-cnf-options=binlog_stmt_cache_size=131072 --my-cnf-options=expire_logs_days=7 --my-cnf-options=binlog-format=row --my-cnf-options=sync-binlog=1 --my-cnf-options=innodb_file_per_table=1 --my-cnf-options=innodb_flush_log_at_trx_commit=2\nerror creating sandbox: 'check directory directory /root/sandboxes/msb_ps8_0_32 already exists. Use --force to override'\n\ndbdeployer sandboxes\n msb_maria10_11_2         :   single   maria10.11.2   [41102 ]      \n msb_maria10_3_38         :   single   maria10.3.38   [10338 ]      \n msb_maria10_4_28         :   single   maria10.4.28   [10428 ]      \n msb_maria10_6_12         :   single   maria10.6.12   [10612 ]      \n msb_oracle8_0_33         :   single   oracle8.0.33   [8033 18033 ] \n\nsandbox info\n\n/root/sandboxes/msb_maria10_11_2/my.sandbox.cnf\n\n[mysql]\nprompt='mysql [\\h:41102] {\\u} (\\d) \u003e '\n[client]\nuser               = msandbox\npassword           = msandbox\nport               = 41102\nsocket             = /root/sandboxes/msb_maria10_11_2/data/mysql_sandbox41102.sock\n[mysqld]\nuser               = root\nport               = 41102\nsocket             = /root/sandboxes/msb_maria10_11_2/data/mysql_sandbox41102.sock\nbasedir            = /root/opt/mysql/maria10.11.2\ndatadir            = /root/sandboxes/msb_maria10_11_2/data\ntmpdir             = /root/sandboxes/msb_maria10_11_2/tmp\npid-file           = /root/sandboxes/msb_maria10_11_2/data/mysql_sandbox41102.pid\nbind-address       = 127.0.0.1\nreport-host=single-41102\nreport-port=41102\nlog-error=/root/sandboxes/msb_maria10_11_2/data/msandbox.err\nlog-bin=mysql-bin\nmax_binlog_size=500M\nbinlog_file_cache_size=131072\nbinlog_cache_size=131072\nbinlog_stmt_cache_size=131072\nbinlog-commit-wait-count=100\nbinlog_commit_wait_usec=100000\nexpire_logs_days=7\nbinlog-format=row\nsync-binlog=1\ninnodb_file_per_table=1\ninnodb_flush_log_at_trx_commit=2\noptimizer_use_condition_selectivity=1\n\n/root/sandboxes/msb_maria10_11_2/my sql -e '\\s'\n--------------\n/root/opt/mysql/maria10.11.2/bin/mysql  Ver 15.1 Distrib 10.11.2-MariaDB, for linux-systemd (x86_64) using readline 5.1\n\nConnection id:          5\nCurrent database:\nCurrent user:           msandbox@localhost\nSSL:                    Not in use\nCurrent pager:          stdout\nUsing outfile:          ''\nUsing delimiter:        ;\nServer:                 MariaDB\nServer version:         10.11.2-MariaDB-log MariaDB Server\nProtocol version:       10\nConnection:             Localhost via UNIX socket\nServer characterset:    latin1\nDb     characterset:    latin1\nClient characterset:    utf8mb3\nConn.  characterset:    utf8mb3\nUNIX socket:            /root/sandboxes/msb_maria10_11_2/data/mysql_sandbox41102.sock\nUptime:                 15 sec\n\nThreads: 1  Questions: 20  Slow queries: 0  Opens: 19  Open tables: 13  Queries per second avg: 1.333\n--------------\n\n\n/root/sandboxes/msb_maria10_3_38/my.sandbox.cnf\n\n[mysql]\nprompt='mysql [\\h:10338] {\\u} (\\d) \u003e '\n[client]\nuser               = msandbox\npassword           = msandbox\nport               = 10338\nsocket             = /root/sandboxes/msb_maria10_3_38/data/mysql_sandbox10338.sock\n[mysqld]\nuser               = root\nport               = 10338\nsocket             = /root/sandboxes/msb_maria10_3_38/data/mysql_sandbox10338.sock\nbasedir            = /root/opt/mysql/maria10.3.38\ndatadir            = /root/sandboxes/msb_maria10_3_38/data\ntmpdir             = /root/sandboxes/msb_maria10_3_38/tmp\npid-file           = /root/sandboxes/msb_maria10_3_38/data/mysql_sandbox10338.pid\nbind-address       = 127.0.0.1\nreport-host=single-10338\nreport-port=10338\nlog-error=/root/sandboxes/msb_maria10_3_38/data/msandbox.err\nlog-bin=mysql-bin\nmax_binlog_size=500M\nbinlog_file_cache_size=131072\nbinlog_cache_size=131072\nbinlog_stmt_cache_size=131072\nbinlog-commit-wait-count=100\nbinlog_commit_wait_usec=100000\nexpire_logs_days=7\nbinlog-format=row\nsync-binlog=1\ninnodb_file_per_table=1\ninnodb_flush_log_at_trx_commit=2\noptimizer_use_condition_selectivity=1\n\n/root/sandboxes/msb_maria10_3_38/my sql -e '\\s'\n--------------\n/root/opt/mysql/maria10.3.38/bin/mysql  Ver 15.1 Distrib 10.3.38-MariaDB, for linux-systemd (x86_64) using readline 5.1\n\nConnection id:          10\nCurrent database:\nCurrent user:           msandbox@localhost\nSSL:                    Not in use\nCurrent pager:          stdout\nUsing outfile:          ''\nUsing delimiter:        ;\nServer:                 MariaDB\nServer version:         10.3.38-MariaDB-log MariaDB Server\nProtocol version:       10\nConnection:             Localhost via UNIX socket\nServer characterset:    latin1\nDb     characterset:    latin1\nClient characterset:    utf8\nConn.  characterset:    utf8\nUNIX socket:            /root/sandboxes/msb_maria10_3_38/data/mysql_sandbox10338.sock\nUptime:                 11 sec\n\nThreads: 7  Questions: 20  Slow queries: 0  Opens: 17  Flush tables: 1  Open tables: 11  Queries per second avg: 1.818\n--------------\n\n\n/root/sandboxes/msb_maria10_4_28/my.sandbox.cnf\n\n[mysql]\nprompt='mysql [\\h:10428] {\\u} (\\d) \u003e '\n[client]\nuser               = msandbox\npassword           = msandbox\nport               = 10428\nsocket             = /root/sandboxes/msb_maria10_4_28/data/mysql_sandbox10428.sock\n[mysqld]\nuser               = root\nport               = 10428\nsocket             = /root/sandboxes/msb_maria10_4_28/data/mysql_sandbox10428.sock\nbasedir            = /root/opt/mysql/maria10.4.28\ndatadir            = /root/sandboxes/msb_maria10_4_28/data\ntmpdir             = /root/sandboxes/msb_maria10_4_28/tmp\npid-file           = /root/sandboxes/msb_maria10_4_28/data/mysql_sandbox10428.pid\nbind-address       = 127.0.0.1\nreport-host=single-10428\nreport-port=10428\nlog-error=/root/sandboxes/msb_maria10_4_28/data/msandbox.err\nlog-bin=mysql-bin\nmax_binlog_size=500M\nbinlog_file_cache_size=131072\nbinlog_cache_size=131072\nbinlog_stmt_cache_size=131072\nbinlog-commit-wait-count=100\nbinlog_commit_wait_usec=100000\nexpire_logs_days=7\nbinlog-format=row\nsync-binlog=1\ninnodb_file_per_table=1\ninnodb_flush_log_at_trx_commit=2\noptimizer_use_condition_selectivity=1\n\n/root/sandboxes/msb_maria10_4_28/my sql -e '\\s'\n--------------\n/root/opt/mysql/maria10.4.28/bin/mysql  Ver 15.1 Distrib 10.4.28-MariaDB, for linux-systemd (x86_64) using readline 5.1\n\nConnection id:          10\nCurrent database:\nCurrent user:           msandbox@localhost\nSSL:                    Not in use\nCurrent pager:          stdout\nUsing outfile:          ''\nUsing delimiter:        ;\nServer:                 MariaDB\nServer version:         10.4.28-MariaDB-log MariaDB Server\nProtocol version:       10\nConnection:             Localhost via UNIX socket\nServer characterset:    latin1\nDb     characterset:    latin1\nClient characterset:    utf8\nConn.  characterset:    utf8\nUNIX socket:            /root/sandboxes/msb_maria10_4_28/data/mysql_sandbox10428.sock\nUptime:                 8 sec\n\nThreads: 7  Questions: 20  Slow queries: 0  Opens: 19  Flush tables: 1  Open tables: 13  Queries per second avg: 2.500\n--------------\n\n\n/root/sandboxes/msb_maria10_6_12/my.sandbox.cnf\n\n[mysql]\nprompt='mysql [\\h:10612] {\\u} (\\d) \u003e '\n[client]\nuser               = msandbox\npassword           = msandbox\nport               = 10612\nsocket             = /root/sandboxes/msb_maria10_6_12/data/mysql_sandbox10612.sock\n[mysqld]\nuser               = root\nport               = 10612\nsocket             = /root/sandboxes/msb_maria10_6_12/data/mysql_sandbox10612.sock\nbasedir            = /root/opt/mysql/maria10.6.12\ndatadir            = /root/sandboxes/msb_maria10_6_12/data\ntmpdir             = /root/sandboxes/msb_maria10_6_12/tmp\npid-file           = /root/sandboxes/msb_maria10_6_12/data/mysql_sandbox10612.pid\nbind-address       = 127.0.0.1\nreport-host=single-10612\nreport-port=10612\nlog-error=/root/sandboxes/msb_maria10_6_12/data/msandbox.err\nlog-bin=mysql-bin\nmax_binlog_size=500M\nbinlog_file_cache_size=131072\nbinlog_cache_size=131072\nbinlog_stmt_cache_size=131072\nbinlog-commit-wait-count=100\nbinlog_commit_wait_usec=100000\nexpire_logs_days=7\nbinlog-format=row\nsync-binlog=1\ninnodb_file_per_table=1\ninnodb_flush_log_at_trx_commit=2\noptimizer_use_condition_selectivity=1\n\n/root/sandboxes/msb_maria10_6_12/my sql -e '\\s'\n--------------\n/root/opt/mysql/maria10.6.12/bin/mysql  Ver 15.1 Distrib 10.6.12-MariaDB, for linux-systemd (x86_64) using readline 5.1\n\nConnection id:          5\nCurrent database:\nCurrent user:           msandbox@localhost\nSSL:                    Not in use\nCurrent pager:          stdout\nUsing outfile:          ''\nUsing delimiter:        ;\nServer:                 MariaDB\nServer version:         10.6.12-MariaDB-log MariaDB Server\nProtocol version:       10\nConnection:             Localhost via UNIX socket\nServer characterset:    latin1\nDb     characterset:    latin1\nClient characterset:    utf8mb3\nConn.  characterset:    utf8mb3\nUNIX socket:            /root/sandboxes/msb_maria10_6_12/data/mysql_sandbox10612.sock\nUptime:                 6 sec\n\nThreads: 1  Questions: 20  Slow queries: 0  Opens: 19  Open tables: 13  Queries per second avg: 3.333\n--------------\n\n\n/root/sandboxes/msb_oracle8_0_33/my.sandbox.cnf\n\n[mysql]\nprompt='mysql [\\h:8033] {\\u} (\\d) \u003e '\n[client]\nuser               = msandbox\npassword           = msandbox\nport               = 8033\nsocket             = /root/sandboxes/msb_oracle8_0_33/data/mysql_sandbox8033.sock\n[mysqld]\nuser               = root\nport               = 8033\nsocket             = /root/sandboxes/msb_oracle8_0_33/data/mysql_sandbox8033.sock\nbasedir            = /root/opt/mysql/oracle8.0.33\ndatadir            = /root/sandboxes/msb_oracle8_0_33/data\ntmpdir             = /root/sandboxes/msb_oracle8_0_33/tmp\npid-file           = /root/sandboxes/msb_oracle8_0_33/data/mysql_sandbox8033.pid\nbind-address       = 127.0.0.1\nreport-host=single-8033\nreport-port=8033\nlog-error=/root/sandboxes/msb_oracle8_0_33/data/msandbox.err\nlog-bin=mysql-bin\nmax_binlog_size=500M\nbinlog_cache_size=131072\nbinlog_stmt_cache_size=131072\nexpire_logs_days=7\nbinlog-format=row\nsync-binlog=1\ninnodb_file_per_table=1\ninnodb_flush_log_at_trx_commit=2\nmysqlx-port=18033\nmysqlx-socket=/root/sandboxes/msb_oracle8_0_33/data/mysqlx-18033.sock\n\n/root/sandboxes/msb_oracle8_0_33/my sql -e '\\s'\n--------------\n/root/opt/mysql/oracle8.0.33/bin/mysql  Ver 8.0.33 for Linux on x86_64 (MySQL Community Server - GPL)\n\nConnection id:          9\nCurrent database:\nCurrent user:           msandbox@localhost\nSSL:                    Not in use\nCurrent pager:          stdout\nUsing outfile:          ''\nUsing delimiter:        ;\nServer version:         8.0.33 MySQL Community Server - GPL\nProtocol version:       10\nConnection:             Localhost via UNIX socket\nServer characterset:    utf8mb4\nDb     characterset:    utf8mb4\nClient characterset:    utf8mb4\nConn.  characterset:    utf8mb4\nUNIX socket:            /root/sandboxes/msb_oracle8_0_33/data/mysql_sandbox8033.sock\nUptime:                 1 sec\n\nThreads: 2  Questions: 42  Slow queries: 0  Opens: 149  Flush tables: 3  Open tables: 65  Queries per second avg: 42.000\n--------------\n```\n\n# Check\n\n```\n./dbdeployer.sh check\n\n---------------------------------------------------------------\ndbdeployer installed binaries\n---------------------------------------------------------------\n\n---------------------------------------------------------------\ndbdeployer sandboxes\n---------------------------------------------------------------\n msb_maria10_11_2         :   single   maria10.11.2   [41102 ]      \n msb_maria10_3_38         :   single   maria10.3.38   [10338 ]      \n msb_maria10_4_28         :   single   maria10.4.28   [10428 ]      \n msb_maria10_6_12         :   single   maria10.6.12   [10612 ]      \n msb_oracle8_0_33         :   single   oracle8.0.33   [8033 18033 ] \n\n---------------------------------------------------------------\nsandbox info\n---------------------------------------------------------------\n\n/root/sandboxes/msb_maria10_11_2/my.sandbox.cnf\n\n[mysql]\nprompt='mysql [\\h:41102] {\\u} (\\d) \u003e '\n[client]\nuser               = msandbox\npassword           = msandbox\nport               = 41102\nsocket             = /root/sandboxes/msb_maria10_11_2/data/mysql_sandbox41102.sock\n[mysqld]\nuser               = root\nport               = 41102\nsocket             = /root/sandboxes/msb_maria10_11_2/data/mysql_sandbox41102.sock\nbasedir            = /root/opt/mysql/maria10.11.2\ndatadir            = /root/sandboxes/msb_maria10_11_2/data\ntmpdir             = /root/sandboxes/msb_maria10_11_2/tmp\npid-file           = /root/sandboxes/msb_maria10_11_2/data/mysql_sandbox41102.pid\nbind-address       = 127.0.0.1\nreport-host=single-41102\nreport-port=41102\nlog-error=/root/sandboxes/msb_maria10_11_2/data/msandbox.err\nlog-bin=mysql-bin\nmax_binlog_size=500M\nbinlog_file_cache_size=131072\nbinlog_cache_size=131072\nbinlog_stmt_cache_size=131072\nbinlog-commit-wait-count=100\nbinlog_commit_wait_usec=100000\nexpire_logs_days=7\nbinlog-format=row\nsync-binlog=1\ninnodb_file_per_table=1\ninnodb_flush_log_at_trx_commit=2\noptimizer_use_condition_selectivity=1\n\n/root/sandboxes/msb_maria10_11_2/my sql -e '\\s'\n--------------\n/root/opt/mysql/maria10.11.2/bin/mysql  Ver 15.1 Distrib 10.11.2-MariaDB, for linux-systemd (x86_64) using readline 5.1\n\nConnection id:          6\nCurrent database:\nCurrent user:           msandbox@localhost\nSSL:                    Not in use\nCurrent pager:          stdout\nUsing outfile:          ''\nUsing delimiter:        ;\nServer:                 MariaDB\nServer version:         10.11.2-MariaDB-log MariaDB Server\nProtocol version:       10\nConnection:             Localhost via UNIX socket\nServer characterset:    latin1\nDb     characterset:    latin1\nClient characterset:    utf8mb3\nConn.  characterset:    utf8mb3\nUNIX socket:            /root/sandboxes/msb_maria10_11_2/data/mysql_sandbox41102.sock\nUptime:                 1 min 2 sec\n\nThreads: 1  Questions: 24  Slow queries: 0  Opens: 19  Open tables: 13  Queries per second avg: 0.387\n--------------\n\nsaving msb_maria10_11_2 variables to /home/dbdeployer/msb_maria10_11_2-variables.txt\n/root/sandboxes/msb_maria10_11_2/my sqladmin var\n---------------------------------------------------------------\n\n/root/sandboxes/msb_maria10_3_38/my.sandbox.cnf\n\n[mysql]\nprompt='mysql [\\h:10338] {\\u} (\\d) \u003e '\n[client]\nuser               = msandbox\npassword           = msandbox\nport               = 10338\nsocket             = /root/sandboxes/msb_maria10_3_38/data/mysql_sandbox10338.sock\n[mysqld]\nuser               = root\nport               = 10338\nsocket             = /root/sandboxes/msb_maria10_3_38/data/mysql_sandbox10338.sock\nbasedir            = /root/opt/mysql/maria10.3.38\ndatadir            = /root/sandboxes/msb_maria10_3_38/data\ntmpdir             = /root/sandboxes/msb_maria10_3_38/tmp\npid-file           = /root/sandboxes/msb_maria10_3_38/data/mysql_sandbox10338.pid\nbind-address       = 127.0.0.1\nreport-host=single-10338\nreport-port=10338\nlog-error=/root/sandboxes/msb_maria10_3_38/data/msandbox.err\nlog-bin=mysql-bin\nmax_binlog_size=500M\nbinlog_file_cache_size=131072\nbinlog_cache_size=131072\nbinlog_stmt_cache_size=131072\nbinlog-commit-wait-count=100\nbinlog_commit_wait_usec=100000\nexpire_logs_days=7\nbinlog-format=row\nsync-binlog=1\ninnodb_file_per_table=1\ninnodb_flush_log_at_trx_commit=2\noptimizer_use_condition_selectivity=1\n\n/root/sandboxes/msb_maria10_3_38/my sql -e '\\s'\n--------------\n/root/opt/mysql/maria10.3.38/bin/mysql  Ver 15.1 Distrib 10.3.38-MariaDB, for linux-systemd (x86_64) using readline 5.1\n\nConnection id:          11\nCurrent database:\nCurrent user:           msandbox@localhost\nSSL:                    Not in use\nCurrent pager:          stdout\nUsing outfile:          ''\nUsing delimiter:        ;\nServer:                 MariaDB\nServer version:         10.3.38-MariaDB-log MariaDB Server\nProtocol version:       10\nConnection:             Localhost via UNIX socket\nServer characterset:    latin1\nDb     characterset:    latin1\nClient characterset:    utf8\nConn.  characterset:    utf8\nUNIX socket:            /root/sandboxes/msb_maria10_3_38/data/mysql_sandbox10338.sock\nUptime:                 58 sec\n\nThreads: 7  Questions: 24  Slow queries: 0  Opens: 17  Flush tables: 1  Open tables: 11  Queries per second avg: 0.413\n--------------\n\nsaving msb_maria10_3_38 variables to /home/dbdeployer/msb_maria10_3_38-variables.txt\n/root/sandboxes/msb_maria10_3_38/my sqladmin var\n---------------------------------------------------------------\n\n/root/sandboxes/msb_maria10_4_28/my.sandbox.cnf\n\n[mysql]\nprompt='mysql [\\h:10428] {\\u} (\\d) \u003e '\n[client]\nuser               = msandbox\npassword           = msandbox\nport               = 10428\nsocket             = /root/sandboxes/msb_maria10_4_28/data/mysql_sandbox10428.sock\n[mysqld]\nuser               = root\nport               = 10428\nsocket             = /root/sandboxes/msb_maria10_4_28/data/mysql_sandbox10428.sock\nbasedir            = /root/opt/mysql/maria10.4.28\ndatadir            = /root/sandboxes/msb_maria10_4_28/data\ntmpdir             = /root/sandboxes/msb_maria10_4_28/tmp\npid-file           = /root/sandboxes/msb_maria10_4_28/data/mysql_sandbox10428.pid\nbind-address       = 127.0.0.1\nreport-host=single-10428\nreport-port=10428\nlog-error=/root/sandboxes/msb_maria10_4_28/data/msandbox.err\nlog-bin=mysql-bin\nmax_binlog_size=500M\nbinlog_file_cache_size=131072\nbinlog_cache_size=131072\nbinlog_stmt_cache_size=131072\nbinlog-commit-wait-count=100\nbinlog_commit_wait_usec=100000\nexpire_logs_days=7\nbinlog-format=row\nsync-binlog=1\ninnodb_file_per_table=1\ninnodb_flush_log_at_trx_commit=2\noptimizer_use_condition_selectivity=1\n\n/root/sandboxes/msb_maria10_4_28/my sql -e '\\s'\n--------------\n/root/opt/mysql/maria10.4.28/bin/mysql  Ver 15.1 Distrib 10.4.28-MariaDB, for linux-systemd (x86_64) using readline 5.1\n\nConnection id:          11\nCurrent database:\nCurrent user:           msandbox@localhost\nSSL:                    Not in use\nCurrent pager:          stdout\nUsing outfile:          ''\nUsing delimiter:        ;\nServer:                 MariaDB\nServer version:         10.4.28-MariaDB-log MariaDB Server\nProtocol version:       10\nConnection:             Localhost via UNIX socket\nServer characterset:    latin1\nDb     characterset:    latin1\nClient characterset:    utf8\nConn.  characterset:    utf8\nUNIX socket:            /root/sandboxes/msb_maria10_4_28/data/mysql_sandbox10428.sock\nUptime:                 55 sec\n\nThreads: 7  Questions: 24  Slow queries: 0  Opens: 19  Flush tables: 1  Open tables: 13  Queries per second avg: 0.436\n--------------\n\nsaving msb_maria10_4_28 variables to /home/dbdeployer/msb_maria10_4_28-variables.txt\n/root/sandboxes/msb_maria10_4_28/my sqladmin var\n---------------------------------------------------------------\n\n/root/sandboxes/msb_maria10_6_12/my.sandbox.cnf\n\n[mysql]\nprompt='mysql [\\h:10612] {\\u} (\\d) \u003e '\n[client]\nuser               = msandbox\npassword           = msandbox\nport               = 10612\nsocket             = /root/sandboxes/msb_maria10_6_12/data/mysql_sandbox10612.sock\n[mysqld]\nuser               = root\nport               = 10612\nsocket             = /root/sandboxes/msb_maria10_6_12/data/mysql_sandbox10612.sock\nbasedir            = /root/opt/mysql/maria10.6.12\ndatadir            = /root/sandboxes/msb_maria10_6_12/data\ntmpdir             = /root/sandboxes/msb_maria10_6_12/tmp\npid-file           = /root/sandboxes/msb_maria10_6_12/data/mysql_sandbox10612.pid\nbind-address       = 127.0.0.1\nreport-host=single-10612\nreport-port=10612\nlog-error=/root/sandboxes/msb_maria10_6_12/data/msandbox.err\nlog-bin=mysql-bin\nmax_binlog_size=500M\nbinlog_file_cache_size=131072\nbinlog_cache_size=131072\nbinlog_stmt_cache_size=131072\nbinlog-commit-wait-count=100\nbinlog_commit_wait_usec=100000\nexpire_logs_days=7\nbinlog-format=row\nsync-binlog=1\ninnodb_file_per_table=1\ninnodb_flush_log_at_trx_commit=2\noptimizer_use_condition_selectivity=1\n\n/root/sandboxes/msb_maria10_6_12/my sql -e '\\s'\n--------------\n/root/opt/mysql/maria10.6.12/bin/mysql  Ver 15.1 Distrib 10.6.12-MariaDB, for linux-systemd (x86_64) using readline 5.1\n\nConnection id:          6\nCurrent database:\nCurrent user:           msandbox@localhost\nSSL:                    Not in use\nCurrent pager:          stdout\nUsing outfile:          ''\nUsing delimiter:        ;\nServer:                 MariaDB\nServer version:         10.6.12-MariaDB-log MariaDB Server\nProtocol version:       10\nConnection:             Localhost via UNIX socket\nServer characterset:    latin1\nDb     characterset:    latin1\nClient characterset:    utf8mb3\nConn.  characterset:    utf8mb3\nUNIX socket:            /root/sandboxes/msb_maria10_6_12/data/mysql_sandbox10612.sock\nUptime:                 53 sec\n\nThreads: 1  Questions: 24  Slow queries: 0  Opens: 19  Open tables: 13  Queries per second avg: 0.452\n--------------\n\nsaving msb_maria10_6_12 variables to /home/dbdeployer/msb_maria10_6_12-variables.txt\n/root/sandboxes/msb_maria10_6_12/my sqladmin var\n---------------------------------------------------------------\n\n/root/sandboxes/msb_oracle8_0_33/my.sandbox.cnf\n\n[mysql]\nprompt='mysql [\\h:8033] {\\u} (\\d) \u003e '\n[client]\nuser               = msandbox\npassword           = msandbox\nport               = 8033\nsocket             = /root/sandboxes/msb_oracle8_0_33/data/mysql_sandbox8033.sock\n[mysqld]\nuser               = root\nport               = 8033\nsocket             = /root/sandboxes/msb_oracle8_0_33/data/mysql_sandbox8033.sock\nbasedir            = /root/opt/mysql/oracle8.0.33\ndatadir            = /root/sandboxes/msb_oracle8_0_33/data\ntmpdir             = /root/sandboxes/msb_oracle8_0_33/tmp\npid-file           = /root/sandboxes/msb_oracle8_0_33/data/mysql_sandbox8033.pid\nbind-address       = 127.0.0.1\nreport-host=single-8033\nreport-port=8033\nlog-error=/root/sandboxes/msb_oracle8_0_33/data/msandbox.err\nlog-bin=mysql-bin\nmax_binlog_size=500M\nbinlog_cache_size=131072\nbinlog_stmt_cache_size=131072\nexpire_logs_days=7\nbinlog-format=row\nsync-binlog=1\ninnodb_file_per_table=1\ninnodb_flush_log_at_trx_commit=2\nmysqlx-port=18033\nmysqlx-socket=/root/sandboxes/msb_oracle8_0_33/data/mysqlx-18033.sock\n\n/root/sandboxes/msb_oracle8_0_33/my sql -e '\\s'\n--------------\n/root/opt/mysql/oracle8.0.33/bin/mysql  Ver 8.0.33 for Linux on x86_64 (MySQL Community Server - GPL)\n\nConnection id:          10\nCurrent database:\nCurrent user:           msandbox@localhost\nSSL:                    Not in use\nCurrent pager:          stdout\nUsing outfile:          ''\nUsing delimiter:        ;\nServer version:         8.0.33 MySQL Community Server - GPL\nProtocol version:       10\nConnection:             Localhost via UNIX socket\nServer characterset:    utf8mb4\nDb     characterset:    utf8mb4\nClient characterset:    utf8mb4\nConn.  characterset:    utf8mb4\nUNIX socket:            /root/sandboxes/msb_oracle8_0_33/data/mysql_sandbox8033.sock\nUptime:                 48 sec\n\nThreads: 2  Questions: 47  Slow queries: 0  Opens: 149  Flush tables: 3  Open tables: 65  Queries per second avg: 0.979\n--------------\n\nsaving msb_oracle8_0_33 variables to /home/dbdeployer/msb_oracle8_0_33-variables.txt\n/root/sandboxes/msb_oracle8_0_33/my sqladmin var\n---------------------------------------------------------------\n```\n\n## Check Variables\n\nThe `check` option also saves the instance's MySQL variables to a file at `/home/dbdeployer`\n\n```\nls -lAh /home/dbdeployer\ntotal 144K\n-rw-r--r-- 1 root root 23K Apr 30 05:15 msb_maria10_11_2-variables.txt\n-rw-r--r-- 1 root root 22K Apr 30 05:15 msb_maria10_3_38-variables.txt\n-rw-r--r-- 1 root root 23K Apr 30 05:15 msb_maria10_4_28-variables.txt\n-rw-r--r-- 1 root root 23K Apr 30 02:04 msb_maria10_5_19-variables.txt\n-rw-r--r-- 1 root root 23K Apr 30 05:15 msb_maria10_6_12-variables.txt\n-rw-r--r-- 1 root root 23K Apr 30 05:15 msb_oracle8_0_33-variables.txt\n```\n\nMariaDB 10.11.2 variables from `/home/dbdeployer/msb_maria10_11_2-variables.txt`\n\n```\n| Variable_name | Value |\n| allow_suspicious_udfs | OFF |\n| alter_algorithm | DEFAULT |\n| analyze_sample_percentage | 100.000000 |\n| aria_block_size | 8192 |\n| aria_checkpoint_interval | 30 |\n| aria_checkpoint_log_activity | 1048576 |\n| aria_encrypt_tables | OFF |\n| aria_force_start_after_recovery_failures | 0 |\n| aria_group_commit | none |\n| aria_group_commit_interval | 0 |\n| aria_log_file_size | 1073741824 |\n| aria_log_purge_type | immediate |\n| aria_max_sort_file_size | 9223372036853727232 |\n| aria_page_checksum | ON |\n| aria_pagecache_age_threshold | 300 |\n| aria_pagecache_buffer_size | 134217728 |\n| aria_pagecache_division_limit | 100 |\n| aria_pagecache_file_hash_size | 512 |\n| aria_recover_options | BACKUP,QUICK |\n| aria_repair_threads | 1 |\n| aria_sort_buffer_size | 268434432 |\n| aria_stats_method | nulls_unequal |\n| aria_sync_log_dir | NEWFILE |\n| aria_used_for_temp_tables | ON |\n| auto_increment_increment | 1 |\n| auto_increment_offset | 1 |\n| autocommit | ON |\n| automatic_sp_privileges | ON |\n| back_log | 80 |\n| basedir | /root/opt/mysql/maria10.11.2 |\n| big_tables | OFF |\n| bind_address | 127.0.0.1 |\n| binlog_alter_two_phase | OFF |\n| binlog_annotate_row_events | ON |\n| binlog_cache_size | 131072 |\n| binlog_checksum | CRC32 |\n| binlog_commit_wait_count | 100 |\n| binlog_commit_wait_usec | 100000 |\n| binlog_direct_non_transactional_updates | OFF |\n| binlog_expire_logs_seconds | 604800 |\n| binlog_file_cache_size | 131072 |\n| binlog_format | ROW |\n| binlog_optimize_thread_scheduling | ON |\n| binlog_row_image | FULL |\n| binlog_row_metadata | NO_LOG |\n| binlog_stmt_cache_size | 131072 |\n| bulk_insert_buffer_size | 8388608 |\n| character_set_client | latin1 |\n| character_set_connection | latin1 |\n| character_set_database | latin1 |\n| character_set_filesystem | binary |\n| character_set_results | latin1 |\n| character_set_server | latin1 |\n| character_set_system | utf8mb3 |\n| character_sets_dir | /root/opt/mysql/maria10.11.2/share/charsets/ |\n| check_constraint_checks | ON |\n| collation_connection | latin1_swedish_ci |\n| collation_database | latin1_swedish_ci |\n| collation_server | latin1_swedish_ci |\n| column_compression_threshold | 100 |\n| column_compression_zlib_level | 6 |\n| column_compression_zlib_strategy | DEFAULT_STRATEGY |\n| column_compression_zlib_wrap | OFF |\n| completion_type | NO_CHAIN |\n| concurrent_insert | AUTO |\n| connect_timeout | 10 |\n| core_file | OFF |\n| datadir | /root/sandboxes/msb_maria10_11_2/data/ |\n| date_format | %Y-%m-%d |\n| datetime_format | %Y-%m-%d %H:%i:%s |\n| deadlock_search_depth_long | 15 |\n| deadlock_search_depth_short | 4 |\n| deadlock_timeout_long | 50000000 |\n| deadlock_timeout_short | 10000 |\n| debug_no_thread_alarm | OFF |\n| default_password_lifetime | 0 |\n| default_regex_flags | |\n| default_storage_engine | InnoDB |\n| default_tmp_storage_engine | |\n| default_week_format | 0 |\n| delay_key_write | ON |\n| delayed_insert_limit | 100 |\n| delayed_insert_timeout | 300 |\n| delayed_queue_size | 1000 |\n| disconnect_on_expired_password | OFF |\n| div_precision_increment | 4 |\n| encrypt_binlog | OFF |\n| encrypt_tmp_disk_tables | OFF |\n| encrypt_tmp_files | OFF |\n| enforce_storage_engine | |\n| eq_range_index_dive_limit | 200 |\n| event_scheduler | OFF |\n| expensive_subquery_limit | 100 |\n| expire_logs_days | 7.000000 |\n| explicit_defaults_for_timestamp | ON |\n| extra_max_connections | 1 |\n| extra_port | 0 |\n| flush | OFF |\n| flush_time | 0 |\n| foreign_key_checks | ON |\n| ft_boolean_syntax | + -\u003e\u003c()~*:\"\"\u0026| |\n| ft_max_word_len | 84 |\n| ft_min_word_len | 4 |\n| ft_query_expansion_limit | 20 |\n| ft_stopword_file | (built-in) |\n| general_log | OFF |\n| general_log_file | inc2.log |\n| group_concat_max_len | 1048576 |\n| gtid_binlog_pos | 0-1-12 |\n| gtid_binlog_state | 0-1-12 |\n| gtid_cleanup_batch_size | 64 |\n| gtid_current_pos | 0-1-12 |\n| gtid_domain_id | 0 |\n| gtid_ignore_duplicates | OFF |\n| gtid_pos_auto_engines | |\n| gtid_slave_pos | |\n| gtid_strict_mode | OFF |\n| have_compress | YES |\n| have_crypt | YES |\n| have_dynamic_loading | YES |\n| have_geometry | YES |\n| have_openssl | NO |\n| have_profiling | YES |\n| have_query_cache | YES |\n| have_rtree_keys | YES |\n| have_ssl | DISABLED |\n| have_symlink | YES |\n| histogram_size | 254 |\n| histogram_type | DOUBLE_PREC_HB |\n| host_cache_size | 279 |\n| hostname | hostname |\n| idle_readonly_transaction_timeout | 0 |\n| idle_transaction_timeout | 0 |\n| idle_write_transaction_timeout | 0 |\n| ignore_builtin_innodb | OFF |\n| ignore_db_dirs | |\n| in_predicate_conversion_threshold | 1000 |\n| init_connect | |\n| init_file | |\n| init_slave | |\n| innodb_adaptive_flushing | ON |\n| innodb_adaptive_flushing_lwm | 10.000000 |\n| innodb_adaptive_hash_index | OFF |\n| innodb_adaptive_hash_index_parts | 8 |\n| innodb_autoextend_increment | 64 |\n| innodb_autoinc_lock_mode | 1 |\n| innodb_buf_dump_status_frequency | 0 |\n| innodb_buffer_pool_chunk_size | 2097152 |\n| innodb_buffer_pool_dump_at_shutdown | ON |\n| innodb_buffer_pool_dump_now | OFF |\n| innodb_buffer_pool_dump_pct | 25 |\n| innodb_buffer_pool_filename | ib_buffer_pool |\n| innodb_buffer_pool_load_abort | OFF |\n| innodb_buffer_pool_load_at_startup | ON |\n| innodb_buffer_pool_load_now | OFF |\n| innodb_buffer_pool_size | 134217728 |\n| innodb_change_buffer_max_size | 25 |\n| innodb_change_buffering | none |\n| innodb_checksum_algorithm | full_crc32 |\n| innodb_cmp_per_index_enabled | OFF |\n| innodb_compression_algorithm | zlib |\n| innodb_compression_default | OFF |\n| innodb_compression_failure_threshold_pct | 5 |\n| innodb_compression_level | 6 |\n| innodb_compression_pad_pct_max | 50 |\n| innodb_data_file_path | ibdata1:12M:autoextend |\n| innodb_data_home_dir | |\n| innodb_deadlock_detect | ON |\n| innodb_deadlock_report | full |\n| innodb_default_encryption_key_id | 1 |\n| innodb_default_row_format | dynamic |\n| innodb_defragment | OFF |\n| innodb_defragment_fill_factor | 0.900000 |\n| innodb_defragment_fill_factor_n_recs | 20 |\n| innodb_defragment_frequency | 40 |\n| innodb_defragment_n_pages | 7 |\n| innodb_defragment_stats_accuracy | 0 |\n| innodb_disable_sort_file_cache | OFF |\n| innodb_doublewrite | ON |\n| innodb_encrypt_log | OFF |\n| innodb_encrypt_tables | OFF |\n| innodb_encrypt_temporary_tables | OFF |\n| innodb_encryption_rotate_key_age | 1 |\n| innodb_encryption_rotation_iops | 100 |\n| innodb_encryption_threads | 0 |\n| innodb_fast_shutdown | 1 |\n| innodb_fatal_semaphore_wait_threshold | 600 |\n| innodb_file_per_table | ON |\n| innodb_fill_factor | 100 |\n| innodb_flush_log_at_timeout | 1 |\n| innodb_flush_log_at_trx_commit | 2 |\n| innodb_flush_method | O_DIRECT |\n| innodb_flush_neighbors | 1 |\n| innodb_flush_sync | ON |\n| innodb_flushing_avg_loops | 30 |\n| innodb_force_primary_key | OFF |\n| innodb_force_recovery | 0 |\n| innodb_ft_aux_table | |\n| innodb_ft_cache_size | 8000000 |\n| innodb_ft_enable_diag_print | OFF |\n| innodb_ft_enable_stopword | ON |\n| innodb_ft_max_token_size | 84 |\n| innodb_ft_min_token_size | 3 |\n| innodb_ft_num_word_optimize | 2000 |\n| innodb_ft_result_cache_limit | 2000000000 |\n| innodb_ft_server_stopword_table | |\n| innodb_ft_sort_pll_degree | 2 |\n| innodb_ft_total_cache_size | 640000000 |\n| innodb_ft_user_stopword_table | |\n| innodb_immediate_scrub_data_uncompressed | OFF |\n| innodb_instant_alter_column_allowed | add_drop_reorder |\n| innodb_io_capacity | 200 |\n| innodb_io_capacity_max | 2000 |\n| innodb_lock_wait_timeout | 50 |\n| innodb_log_buffer_size | 16777216 |\n| innodb_log_file_buffering | ON |\n| innodb_log_file_size | 100663296 |\n| innodb_log_group_home_dir | ./ |\n| innodb_lru_flush_size | 32 |\n| innodb_lru_scan_depth | 1536 |\n| innodb_max_dirty_pages_pct | 90.000000 |\n| innodb_max_dirty_pages_pct_lwm | 0.000000 |\n| innodb_max_purge_lag | 0 |\n| innodb_max_purge_lag_delay | 0 |\n| innodb_max_purge_lag_wait | 4294967295 |\n| innodb_max_undo_log_size | 10485760 |\n| innodb_monitor_disable | |\n| innodb_monitor_enable | |\n| innodb_monitor_reset | |\n| innodb_monitor_reset_all | |\n| innodb_old_blocks_pct | 37 |\n| innodb_old_blocks_time | 1000 |\n| innodb_online_alter_log_max_size | 134217728 |\n| innodb_open_files | 2000 |\n| innodb_optimize_fulltext_only | OFF |\n| innodb_page_size | 16384 |\n| innodb_prefix_index_cluster_optimization | ON |\n| innodb_print_all_deadlocks | OFF |\n| innodb_purge_batch_size | 300 |\n| innodb_purge_rseg_truncate_frequency | 128 |\n| innodb_purge_threads | 4 |\n| innodb_random_read_ahead | OFF |\n| innodb_read_ahead_threshold | 56 |\n| innodb_read_io_threads | 4 |\n| innodb_read_only | OFF |\n| innodb_read_only_compressed | OFF |\n| innodb_rollback_on_timeout | OFF |\n| innodb_sort_buffer_size | 1048576 |\n| innodb_spin_wait_delay | 4 |\n| innodb_stats_auto_recalc | ON |\n| innodb_stats_include_delete_marked | OFF |\n| innodb_stats_method | nulls_equal |\n| innodb_stats_modified_counter | 0 |\n| innodb_stats_on_metadata | OFF |\n| innodb_stats_persistent | ON |\n| innodb_stats_persistent_sample_pages | 20 |\n| innodb_stats_traditional | ON |\n| innodb_stats_transient_sample_pages | 8 |\n| innodb_status_output | OFF |\n| innodb_status_output_locks | OFF |\n| innodb_strict_mode | ON |\n| innodb_sync_spin_loops | 30 |\n| innodb_table_locks | ON |\n| innodb_temp_data_file_path | ibtmp1:12M:autoextend |\n| innodb_tmpdir | |\n| innodb_undo_directory | ./ |\n| innodb_undo_log_truncate | OFF |\n| innodb_undo_tablespaces | 0 |\n| innodb_use_atomic_writes | ON |\n| innodb_use_native_aio | ON |\n| innodb_write_io_threads | 4 |\n| interactive_timeout | 28800 |\n| join_buffer_size | 262144 |\n| join_buffer_space_limit | 2097152 |\n| join_cache_level | 2 |\n| keep_files_on_create | OFF |\n| key_buffer_size | 134217728 |\n| key_cache_age_threshold | 300 |\n| key_cache_block_size | 1024 |\n| key_cache_division_limit | 100 |\n| key_cache_file_hash_size | 512 |\n| key_cache_segments | 0 |\n| large_files_support | ON |\n| large_page_size | 0 |\n| large_pages | OFF |\n| lc_messages | en_US |\n| lc_messages_dir | |\n| lc_time_names | en_US |\n| license | GPL |\n| local_infile | ON |\n| lock_wait_timeout | 86400 |\n| locked_in_memory | OFF |\n| log_bin | ON |\n| log_bin_basename | /root/sandboxes/msb_maria10_11_2/data/mysql-bin |\n| log_bin_compress | OFF |\n| log_bin_compress_min_len | 256 |\n| log_bin_index | /root/sandboxes/msb_maria10_11_2/data/mysql-bin.index |\n| log_bin_trust_function_creators | OFF |\n| log_disabled_statements | sp |\n| log_error | /root/sandboxes/msb_maria10_11_2/data/msandbox.err |\n| log_output | FILE |\n| log_queries_not_using_indexes | OFF |\n| log_slave_updates | OFF |\n| log_slow_admin_statements | ON |\n| log_slow_disabled_statements | sp |\n| log_slow_filter | admin,filesort,filesort_on_disk,filesort_priority_queue,full_join,full_scan,query_cache,query_cache_miss,tmp_table,tmp_table_on_disk |\n| log_slow_min_examined_row_limit | 0 |\n| log_slow_query | OFF |\n| log_slow_query_file | inc2-slow.log |\n| log_slow_query_time | 10.000000 |\n| log_slow_rate_limit | 1 |\n| log_slow_slave_statements | ON |\n| log_slow_verbosity | |\n| log_tc_size | 24576 |\n| log_warnings | 2 |\n| long_query_time | 10.000000 |\n| low_priority_updates | OFF |\n| lower_case_file_system | OFF |\n| lower_case_table_names | 0 |\n| master_verify_checksum | OFF |\n| max_allowed_packet | 16777216 |\n| max_binlog_cache_size | 18446744073709547520 |\n| max_binlog_size | 524288000 |\n| max_binlog_stmt_cache_size | 18446744073709547520 |\n| max_connect_errors | 100 |\n| max_connections | 151 |\n| max_delayed_threads | 20 |\n| max_digest_length | 1024 |\n| max_error_count | 64 |\n| max_heap_table_size | 16777216 |\n| max_insert_delayed_threads | 20 |\n| max_join_size | 18446744073709551615 |\n| max_length_for_sort_data | 1024 |\n| max_password_errors | 4294967295 |\n| max_prepared_stmt_count | 16382 |\n| max_recursive_iterations | 1000 |\n| max_relay_log_size | 524288000 |\n| max_rowid_filter_size | 131072 |\n| max_seeks_for_key | 4294967295 |\n| max_session_mem_used | 9223372036854775807 |\n| max_sort_length | 1024 |\n| max_sp_recursion_depth | 0 |\n| max_statement_time | 0.000000 |\n| max_tmp_tables | 32 |\n| max_user_connections | 0 |\n| max_write_lock_count | 4294967295 |\n| metadata_locks_cache_size | 1024 |\n| metadata_locks_hash_instances | 8 |\n| min_examined_row_limit | 0 |\n| mrr_buffer_size | 262144 |\n| myisam_block_size | 1024 |\n| myisam_data_pointer_size | 6 |\n| myisam_max_sort_file_size | 9223372036853727232 |\n| myisam_mmap_size | 18446744073709551615 |\n| myisam_recover_options | BACKUP,QUICK |\n| myisam_repair_threads | 1 |\n| myisam_sort_buffer_size | 134216704 |\n| myisam_stats_method | NULLS_UNEQUAL |\n| myisam_use_mmap | OFF |\n| mysql56_temporal_format | ON |\n| net_buffer_length | 16384 |\n| net_read_timeout | 30 |\n| net_retry_count | 10 |\n| net_write_timeout | 60 |\n| old | OFF |\n| old_alter_table | DEFAULT |\n| old_mode | UTF8_IS_UTF8MB3 |\n| old_passwords | OFF |\n| open_files_limit | 32184 |\n| optimizer_extra_pruning_depth | 8 |\n| optimizer_max_sel_arg_weight | 32000 |\n| optimizer_prune_level | 2 |\n| optimizer_search_depth | 62 |\n| optimizer_selectivity_sampling_limit | 100 |\n| optimizer_switch | index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=on,table_elimination=on,extended_keys=on,exists_to_in=on,orderby_uses_equalities=on,condition_pushdown_for_derived=on,split_materialized=on,condition_pushdown_for_subquery=on,rowid_filter=on,condition_pushdown_from_having=on,not_null_range_scan=off |\n| optimizer_trace | enabled=off |\n| optimizer_trace_max_mem_size | 1048576 |\n| optimizer_use_condition_selectivity | 1 |\n| performance_schema | OFF |\n| performance_schema_accounts_size | -1 |\n| performance_schema_digests_size | -1 |\n| performance_schema_events_stages_history_long_size | -1 |\n| performance_schema_events_stages_history_size | -1 |\n| performance_schema_events_statements_history_long_size | -1 |\n| performance_schema_events_statements_history_size | -1 |\n| performance_schema_events_transactions_history_long_size | -1 |\n| performance_schema_events_transactions_history_size | -1 |\n| performance_schema_events_waits_history_long_size | -1 |\n| performance_schema_events_waits_history_size | -1 |\n| performance_schema_hosts_size | -1 |\n| performance_schema_max_cond_classes | 90 |\n| performance_schema_max_cond_instances | -1 |\n| performance_schema_max_digest_length | 1024 |\n| performance_schema_max_file_classes | 80 |\n| performance_schema_max_file_handles | 32768 |\n| performance_schema_max_file_instances | -1 |\n| performance_schema_max_index_stat | -1 |\n| performance_schema_max_memory_classes | 320 |\n| performance_schema_max_metadata_locks | -1 |\n| performance_schema_max_mutex_classes | 210 |\n| performance_schema_max_mutex_instances | -1 |\n| performance_schema_max_prepared_statements_instances | -1 |\n| performance_schema_max_program_instances | -1 |\n| performance_schema_max_rwlock_classes | 50 |\n| performance_schema_max_rwlock_instances | -1 |\n| performance_schema_max_socket_classes | 10 |\n| performance_schema_max_socket_instances | -1 |\n| performance_schema_max_sql_text_length | 1024 |\n| performance_schema_max_stage_classes | 160 |\n| performance_schema_max_statement_classes | 222 |\n| performance_schema_max_statement_stack | 10 |\n| performance_schema_max_table_handles | -1 |\n| performance_schema_max_table_instances | -1 |\n| performance_schema_max_table_lock_stat | -1 |\n| performance_schema_max_thread_classes | 50 |\n| performance_schema_max_thread_instances | -1 |\n| performance_schema_session_connect_attrs_size | -1 |\n| performance_schema_setup_actors_size | -1 |\n| performance_schema_setup_objects_size | -1 |\n| performance_schema_users_size | -1 |\n| pid_file | /root/sandboxes/msb_maria10_11_2/data/mysql_sandbox41102.pid |\n| plugin_dir | /root/opt/mysql/maria10.11.2/lib/plugin/ |\n| plugin_maturity | gamma |\n| port | 41102 |\n| preload_buffer_size | 32768 |\n| profiling | OFF |\n| profiling_history_size | 15 |\n| progress_report_time | 5 |\n| protocol_version | 10 |\n| proxy_protocol_networks | |\n| query_alloc_block_size | 16384 |\n| query_cache_limit | 1048576 |\n| query_cache_min_res_unit | 4096 |\n| query_cache_size | 1048576 |\n| query_cache_strip_comments | OFF |\n| query_cache_type | OFF |\n| query_cache_wlock_invalidate | OFF |\n| query_prealloc_size | 24576 |\n| range_alloc_block_size | 4096 |\n| read_binlog_speed_limit | 0 |\n| read_buffer_size | 131072 |\n| read_only | OFF |\n| read_rnd_buffer_size | 262144 |\n| relay_log | |\n| relay_log_basename | |\n| relay_log_index | |\n| relay_log_info_file | relay-log.info |\n| relay_log_purge | ON |\n| relay_log_recovery | OFF |\n| relay_log_space_limit | 0 |\n| replicate_annotate_row_events | ON |\n| replicate_do_db | |\n| replicate_do_table | |\n| replicate_events_marked_for_skip | REPLICATE |\n| replicate_ignore_db | |\n| replicate_ignore_table | |\n| replicate_rewrite_db | |\n| replicate_wild_do_table | |\n| replicate_wild_ignore_table | |\n| report_host | single-41102 |\n| report_password | |\n| report_port | 41102 |\n| report_user | |\n| require_secure_transport | OFF |\n| rowid_merge_buff_size | 8388608 |\n| rpl_semi_sync_master_enabled | OFF |\n| rpl_semi_sync_master_timeout | 10000 |\n| rpl_semi_sync_master_trace_level | 32 |\n| rpl_semi_sync_master_wait_no_slave | ON |\n| rpl_semi_sync_master_wait_point | AFTER_COMMIT |\n| rpl_semi_sync_slave_delay_master | OFF |\n| rpl_semi_sync_slave_enabled | OFF |\n| rpl_semi_sync_slave_kill_conn_timeout | 5 |\n| rpl_semi_sync_slave_trace_level | 32 |\n| secure_auth | ON |\n| secure_file_priv | |\n| secure_timestamp | NO |\n| server_id | 1 |\n| session_track_schema | ON |\n| session_track_state_change | OFF |\n| session_track_system_variables | autocommit,character_set_client,character_set_connection,character_set_results,time_zone |\n| session_track_transaction_info | OFF |\n| skip_external_locking | ON |\n| skip_grant_tables | OFF |\n| skip_name_resolve | OFF |\n| skip_networking | OFF |\n| skip_show_database | OFF |\n| slave_compressed_protocol | OFF |\n| slave_ddl_exec_mode | IDEMPOTENT |\n| slave_domain_parallel_threads | 0 |\n| slave_exec_mode | STRICT |\n| slave_load_tmpdir | /root/sandboxes/msb_maria10_11_2/tmp |\n| slave_max_allowed_packet | 1073741824 |\n| slave_max_statement_time | 0.000000 |\n| slave_net_timeout | 60 |\n| slave_parallel_max_queued | 131072 |\n| slave_parallel_mode | optimistic |\n| slave_parallel_threads | 0 |\n| slave_parallel_workers | 0 |\n| slave_run_triggers_for_rbr | NO |\n| slave_skip_errors | OFF |\n| slave_sql_verify_checksum | ON |\n| slave_transaction_retries | 10 |\n| slave_transaction_retry_errors | 1158,1159,1160,1161,1205,1213,1429,2013,12701 |\n| slave_transaction_retry_interval | 0 |\n| slave_type_conversions | |\n| slow_launch_time | 2 |\n| slow_query_log | OFF |\n| slow_query_log_file | inc2-slow.log |\n| socket | /root/sandboxes/msb_maria10_11_2/data/mysql_sandbox41102.sock |\n| sort_buffer_size | 2097152 |\n| sql_auto_is_null | OFF |\n| sql_big_selects | ON |\n| sql_buffer_result | OFF |\n| sql_if_exists | OFF |\n| sql_log_bin | ON |\n| sql_log_off | OFF |\n| sql_mode | STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION |\n| sql_notes | ON |\n| sql_quote_show_create | ON |\n| sql_safe_updates | OFF |\n| sql_select_limit | 18446744073709551615 |\n| sql_slave_skip_counter | 0 |\n| sql_warnings | OFF |\n| ssl_ca | |\n| ssl_capath | |\n| ssl_cert | |\n| ssl_cipher | |\n| ssl_crl | |\n| ssl_crlpath | |\n| ssl_key | |\n| standard_compliant_cte | ON |\n| storage_engine | InnoDB |\n| stored_program_cache | 256 |\n| strict_password_validation | ON |\n| sync_binlog | 1 |\n| sync_frm | ON |\n| sync_master_info | 10000 |\n| sync_relay_log | 10000 |\n| sync_relay_log_info | 10000 |\n| system_time_zone | EDT |\n| system_versioning_alter_history | ERROR |\n| system_versioning_asof | DEFAULT |\n| system_versioning_insert_history | OFF |\n| table_definition_cache | 400 |\n| table_open_cache | 2000 |\n| table_open_cache_instances | 8 |\n| tcp_keepalive_interval | 0 |\n| tcp_keepalive_probes | 0 |\n| tcp_keepalive_time | 0 |\n| tcp_nodelay | ON |\n| thread_cache_size | 151 |\n| thread_handling | one-thread-per-connection |\n| thread_pool_dedicated_listener | OFF |\n| thread_pool_exact_stats | OFF |\n| thread_pool_idle_timeout | 60 |\n| thread_pool_max_threads | 65536 |\n| thread_pool_oversubscribe | 3 |\n| thread_pool_prio_kickup_timer | 1000 |\n| thread_pool_priority | auto |\n| thread_pool_size | 2 |\n| thread_pool_stall_limit | 500 |\n| thread_stack | 299008 |\n| time_format | %H:%i:%s |\n| time_zone | SYSTEM |\n| tls_version | TLSv1.1,TLSv1.2,TLSv1.3 |\n| tmp_disk_table_size | 18446744073709551615 |\n| tmp_memory_table_size | 16777216 |\n| tmp_table_size | 16777216 |\n| tmpdir | /root/sandboxes/msb_maria10_11_2/tmp |\n| transaction_alloc_block_size | 8192 |\n| transaction_prealloc_size | 4096 |\n| tx_isolation | REPEATABLE-READ |\n| tx_read_only | OFF |\n| unique_checks | ON |\n| updatable_views_with_limit | YES |\n| use_stat_tables | PREFERABLY_FOR_QUERIES |\n| userstat | OFF |\n| version | 10.11.2-MariaDB-log |\n| version_comment | MariaDB Server |\n| version_compile_machine | x86_64 |\n| version_compile_os | linux-systemd |\n| version_malloc_library | system |\n| version_source_revision | cafba8761af55ae16cc69c9b53a341340a845b36 |\n| version_ssl_library | WolfSSL 5.5.4 |\n| wait_timeout | 28800 |\n| wsrep_osu_method | TOI |\n| wsrep_sr_store | table |\n| wsrep_allowlist | |\n| wsrep_auto_increment_control | ON |\n| wsrep_causal_reads | OFF |\n| wsrep_certification_rules | strict |\n| wsrep_certify_nonpk | ON |\n| wsrep_cluster_address | |\n| wsrep_cluster_name | my_wsrep_cluster |\n| wsrep_convert_lock_to_trx | OFF |\n| wsrep_data_home_dir | /root/sandboxes/msb_maria10_11_2/data/ |\n| wsrep_dbug_option | |\n| wsrep_debug | NONE |\n| wsrep_desync | OFF |\n| wsrep_dirty_reads | OFF |\n| wsrep_drupal_282555_workaround | OFF |\n| wsrep_forced_binlog_format | NONE |\n| wsrep_gtid_domain_id | 0 |\n| wsrep_gtid_mode | OFF |\n| wsrep_ignore_apply_errors | 7 |\n| wsrep_load_data_splitting | OFF |\n| wsrep_log_conflicts | OFF |\n| wsrep_max_ws_rows | 0 |\n| wsrep_max_ws_size | 2147483647 |\n| wsrep_mode | |\n| wsrep_mysql_replication_bundle | 0 |\n| wsrep_node_address | |\n| wsrep_node_incoming_address | AUTO |\n| wsrep_node_name | hostname |\n| wsrep_notify_cmd | |\n| wsrep_on | OFF |\n| wsrep_patch_version | wsrep_26.22 |\n| wsrep_provider | none |\n| wsrep_provider_options | |\n| wsrep_recover | OFF |\n| wsrep_reject_queries | NONE |\n| wsrep_restart_slave | OFF |\n| wsrep_retry_autocommit | 1 |\n| wsrep_slave_fk_checks | ON |\n| wsrep_slave_uk_checks | OFF |\n| wsrep_slave_threads | 1 |\n| wsrep_sst_auth | |\n| wsrep_sst_donor | |\n| wsrep_sst_donor_rejects_queries | OFF |\n| wsrep_sst_method | rsync |\n| wsrep_sst_receive_address | AUTO |\n| wsrep_start_position | 00000000-0000-0000-0000-000000000000:-1 |\n| wsrep_status_file | |\n| wsrep_sync_wait | 0 |\n| wsrep_trx_fragment_size | 0 |\n| wsrep_trx_fragment_unit | bytes |\n```\n\n# Delete Sandboxes Only\n\n```\n./dbdeployer.sh delete-sandboxes\n\ndelete sandboxes only\n\ndbdeployer delete all\nList of deployed sandboxes:\n/root/sandboxes/msb_maria10_11_2 \n/root/sandboxes/msb_maria10_3_38 \n/root/sandboxes/msb_maria10_4_28 \n/root/sandboxes/msb_maria10_6_12 \n/root/sandboxes/msb_oracle8_0_33 \nDo you confirm? y/[N] Proceeding with deletion\nRunning /root/sandboxes/msb_maria10_11_2/send_kill destroy\nTerminating the server immediately --- kill -9 1454892\nRunning rm -rf /root/sandboxes/msb_maria10_11_2\nDirectory /root/sandboxes/msb_maria10_11_2 deleted\nRunning /root/sandboxes/msb_maria10_3_38/send_kill destroy\nTerminating the server immediately --- kill -9 1455129\nRunning rm -rf /root/sandboxes/msb_maria10_3_38\nDirectory /root/sandboxes/msb_maria10_3_38 deleted\nRunning /root/sandboxes/msb_maria10_4_28/send_kill destroy\nTerminating the server immediately --- kill -9 1455388\nRunning rm -rf /root/sandboxes/msb_maria10_4_28\nDirectory /root/sandboxes/msb_maria10_4_28 deleted\nRunning /root/sandboxes/msb_maria10_6_12/send_kill destroy\nTerminating the server immediately --- kill -9 1455650\nRunning rm -rf /root/sandboxes/msb_maria10_6_12\nDirectory /root/sandboxes/msb_maria10_6_12 deleted\nRunning /root/sandboxes/msb_oracle8_0_33/send_kill destroy\nTerminating the server immediately --- kill -9 1455984\nRunning rm -rf /root/sandboxes/msb_oracle8_0_33\nDirectory /root/sandboxes/msb_oracle8_0_33 deleted\n```\n\n# Reset Binaries Only\n\nDelete only installed binaries\n\n```\n./dbdeployer.sh reset-binary\n\nresetting bins\n\n\ndbdeployer delete-binaries maria10.3.38\nDo you want to delete maria10.3.38? y/[N] Proceeding with deletion\nDirectory maria10.3.38 removed\n\ndbdeployer delete-binaries maria10.4.28\nDo you want to delete maria10.4.28? y/[N] Proceeding with deletion\nDirectory maria10.4.28 removed\n\ndbdeployer delete-binaries maria10.5.19\nDo you want to delete maria10.5.19? y/[N] Proceeding with deletion\nDirectory maria10.5.19 removed\n\ndbdeployer delete-binaries maria10.6.12\nDo you want to delete maria10.6.12? y/[N] Proceeding with deletion\nDirectory maria10.6.12 removed\n\ndbdeployer delete-binaries oracle8.0.33\nDo you want to delete oracle8.0.33? y/[N] Proceeding with deletion\nDirectory oracle8.0.33 removed\n\ndbdeployer delete-binaries ps8.0.32\nDo you want to delete ps8.0.32? y/[N] Proceeding with deletion\nDirectory ps8.0.32 removed\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcentminmod%2Fcentminmod-dbdeployer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcentminmod%2Fcentminmod-dbdeployer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcentminmod%2Fcentminmod-dbdeployer/lists"}