XAMPP和phpmyadmin首次登录phpmyadmin时遇到6个错误

时间:2019-03-20 15:44:46

标签: php mysql phpmyadmin xampp

一段时间以来,我一直在Windows上尝试首次进入phpmyadmin,但无法正常工作。我到http://localhost:88/phpmyadmin/时遇到这些错误。errors

我尝试添加密码并将auth_type更改为config,cookie和http。并将Apache端口更改为88,然后重新安装XAMPP。
而且仍然无法进入。太...不知道该怎么办。

Config.inc.php:

/ *身份验证类型和信息 /
$ cfg ['Servers'] [$ i] ['auth_type'] ='config';
$ cfg ['Servers'] [$ i] ['user'] ='root';
$ cfg ['Servers'] [$ i] ['password'] ='test';
$ cfg ['Servers'] [$ i] ['extension'] ='mysqli';
$ cfg ['Servers'] [$ i] ['AllowNoPassword'] = true;
$ cfg ['Lang'] ='';

/
绑定到本地ipv4地址和tcp /
$ cfg ['Servers'] [$ i] ['host'] ='127.0.0.1';
$ cfg ['Servers'] [$ i] ['connect_type'] ='tcp';

/
高级功能用户* /
$ cfg ['Servers'] [$ i] ['controluser'] ='root';
$ cfg ['Servers'] [$ i] ['controlpass'] ='test';

/ *先进的phpMyAdmin功能* /
$ cfg ['Servers'] [$ i] ['pmadb'] ='phpmyadmin';
$ cfg ['Servers'] [$ i] ['bookmarktable'] ='pma__bookmark';
$ cfg ['Servers'] [$ i] ['relation'] ='pma__relation';
$ cfg ['Servers'] [$ i] ['table_info'] ='pma__table_info';
$ cfg ['Servers'] [$ i] ['table_coords'] ='pma__table_coords';
$ cfg ['Servers'] [$ i] ['pdf_pages'] ='pma__pdf_pages';
$ cfg ['Servers'] [$ i] ['column_info'] ='pma__column_info';
$ cfg ['Servers'] [$ i] ['history'] ='pma__history';
$ cfg ['Servers'] [$ i] ['designer_coords'] ='pma__designer_coords';
$ cfg ['Servers'] [$ i] ['tracking'] ='pma__tracking';
$ cfg ['Servers'] [$ i] ['userconfig'] ='pma__userconfig';
$ cfg ['Servers'] [$ i] ['recent'] ='pma__recent';
$ cfg ['Servers'] [$ i] ['table_uiprefs'] ='pma__table_uiprefs';
$ cfg ['Servers'] [$ i] ['users'] ='pma__users';
$ cfg ['Servers'] [$ i] ['usergroups]] ='pma__usergroups';
$ cfg ['Servers'] [$ i] ['navigationhiding'] ='pma__navigationhiding';
$ cfg ['Servers'] [$ i] ['savedsearches'] ='pma__savedsearches';
$ cfg ['Servers'] [$ i] ['central_columns'] ='pma__central_columns';
$ cfg ['Servers'] [$ i] ['designer_settings'] ='pma__designer_settings';
$ cfg ['Servers'] [$ i] ['export_templates'] ='pma__export_templates';
$ cfg ['Servers'] [$ i] ['favorite'] ='pma__favorite';








FIX

卸载xampp并重新安装。下载后,请观看此视频。

Video link...

0 个答案:

没有答案