Skip to content

Instantly share code, notes, and snippets.

View tuwid's full-sized avatar
🥋
Focusing

Artur D tuwid

🥋
Focusing
View GitHub Profile
----- 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