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
----- ALL TABLES MUST BE INNODB -- IF NOT REPLICA FAILS!!! | |
- file_per_table = 1 | |
- convert to innodb | |
for DB in $(mysql -u root -e "show databases;" | grep -v "Database") | |
do | |
echo $DB |