Skip to content

Commit

Permalink
Fixd misspelled line.
Browse files Browse the repository at this point in the history
  • Loading branch information
afiniel authored May 29, 2022
1 parent bfcc130 commit 808a680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ cd $STORAGE_ROOT/yiimp/yiimp_setup/yiimp/sql
# import SQL dump
sudo zcat 2019-11-10-yiimp.sql.gz | sudo mysql -u root -p"${DBRootPassword}" "${YiiMPDBName}"
sudo mysql -u root -p"${DBRootPassword}" "${YiiMPDBName}" --force < 2018-09-22-workers.sql
sudo mysql -u root -p"${DBRootPassword}" "${YiiMPDBName}" --force < 2020-06.03-blocks.sql
sudo mysql -u root -p"${DBRootPassword}" "${YiiMPDBName}" --force < 2020-06-03-blocks.sql
echo -e "$YELLOW Datebase import$green complete...$COL_RESET"

echo -e "$YELLOW Tweaking MariaDB for better performance...$COL_RESET"
Expand Down

0 comments on commit 808a680

Please sign in to comment.