phpmyadmin 200 error solution: First find the file [config.default.php]; then change [$cfg['Servers'][$i]['host']='localhost'] to 【127.0.0.1】;Finally close the browser and log in.
Solution to phpmyadmin 200 error:
1. Find the # under the "phpMyAdmin/libraries" folder ##config.default.phpFile
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['host'] = '127.0.0.1';
Related tutorial recommendations:
The above is the detailed content of What should I do if a 2002 error occurs in phpmyadmin?. For more information, please follow other related articles on the PHP Chinese website!