Alternc  latest
Alternc logiel libre pour l'hébergement
alternc-dboptimize
Go to the documentation of this file.
1 #!/bin/bash
2 
3 # Optimize alternc databases
4 /usr/bin/mysqlcheck --defaults-file=/etc/alternc/my.cnf --quick --force --optimize --auto-repair --databases $(cat /etc/alternc/my.cnf |grep ^database|cut -d '"' -f 2) > /dev/null