Created
May 7, 2020 14:01
-
-
Save airtonGit/2a77e6976b255f1b155a805f69edbf35 to your computer and use it in GitHub Desktop.
MySQL otimizar todas as tabelas do banco de dados, melhora muito consultas com joins rodando em containers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
docker exec running-container-id sh -c 'exec mysqlcheck -uroot -p"$MYSQL_ROOT_PASSWORD" nome-banco' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment