Linux || Update local database - mpaz-redstage/magento-snippets GitHub Wiki
drop database magento;create database magento; use magento; source reddingmed_2019-09-03_142806.sql;
use magento; update core_config_data set value = 'http://reddingmedical.local' where path = 'web/unsecure/base_url'; update core_config_data set value = 'http://reddingmedical.local' where path = 'web/secure/base_url';