Page MenuHomeMiraheze
Paste P330

(An Untitled Masterwork)
ActivePublic

Authored by Paladox on Jul 14 2020, 23:15.
Tags
None
Referenced Files
F1217498: raw-paste-data.txt
Jul 14 2020, 23:17
F1217496: raw-paste-data.txt
Jul 14 2020, 23:15
Subscribers
None
#!/bin/bash
while read line; do
mysql -e "use mhglobal; update cw_wikis set wiki_dbcluster = 'c2' where wiki_dbname = '${line}';"
done < /home/paladox/db9-migration-closed-July11-2020/wikis_batch_1

Event Timeline

Paladox edited the content of this paste. (Show Details)