How to increase memory size for phpmyadmin

前端 未结 7 1689
谎友^
谎友^ 2021-01-02 11:00

I am facing some problem when I am trying to import magento database on localhost. It just import 18 table but in actual it contain 383 approx table. It gives error given be

7条回答
  •  长发绾君心
    2021-01-02 11:12

    phpMyAdmin has been blowing memory limits on me lately (and I wasn't even importing/executing large amounts of data) so I've just tried the following in my config.inc.php

    $cfg['MemoryLimit'] = '128M';
    

    https://docs.phpmyadmin.net/en/latest/config.html#cfg_MemoryLimit

提交回复
热议问题