lsemenenko / convert_to_innodb.sh
0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív
| 1 | #!/bin/bash |
| 2 | #=============================================================================== |
| 3 | # convert_to_innodb.sh |
| 4 | #=============================================================================== |
| 5 | # Description: |
| 6 | # Converts all non-InnoDB tables in a MySQL database to the InnoDB engine. |
| 7 | # This script requires a properly configured ~/.my.cnf file for authentication. |
| 8 | # It automatically detects all tables with engines other than InnoDB and |
| 9 | # converts them one by one, providing progress updates. |
| 10 | # |
Újabb
Régebbi