Fabians small Magento world
  • Home
Sign in Subscribe
mysql

Monitor huge mysql imports

  • Fabian Blechschmidt

Fabian Blechschmidt

21 Jul 2015

I tweeted today about, how to get a progress bar for commands on the bash, in my case: mysql imports of huge files:

pv magento.sql | mysql -uroot -p database

This tipp is proudly presented by Rob

Sign up for more like this.

Enter your email
Subscribe

Repair missing store_id s on orders in Magento (1)

If you delete a store in Magento 1 you lose the store_id reference. Which is a problem, especially if you want to migrate the data to Shopware. Assuming you didn't delete the store - or you recreated the store with exactly the same website, store group and
10 Jul 2023 1 min read

Adding viewModels to widgets

Or a journey through too many XML Schema files We wanted to add the possibility to add a viewModel to a widget. We thought about it. There are two possibilities: 1. Add it to an instance, e.g. one added in the backend or one declared via {{widget ...}} 2. Add
10 Feb 2019 3 min read

Configurable Attribute in Magento 1

To use an attribute for configurable products we need: * is_configurable = 1 * is_global = 1 * is_user_defined = 1 * backend_type = int * frontend_input = select
04 Jan 2019
Fabians small Magento world © 2025
Powered by Ghost