PHP
ローカルのphpMyAdminが重い
config.inc.php
に記載されている
$cfg[‘Servers’][$i][‘host’] = ‘localhost’;
を
$cfg[‘Servers’][$i][‘host’] = ‘127.0.0.1’;
にすると激変する。
config.inc.php
に記載されている
$cfg[‘Servers’][$i][‘host’] = ‘localhost’;
を
$cfg[‘Servers’][$i][‘host’] = ‘127.0.0.1’;
にすると激変する。