“Logging out” of phpMyAdmin?

后端 未结 7 2189
迷失自我
迷失自我 2020-12-25 10:11

The error that I get on phpMyAdmin is the following

The phpMyAdmin configuration storage is not completely configured, some extended features have been deact         


        
7条回答
  •  失恋的感觉
    2020-12-25 11:06

    As said here and i quote:

    just change this line on config.inc.php

    $cfg['Servers'][$i]['auth_type'] = 'config'; 
    

    to

    $cfg['Servers'][$i]['auth_type'] = 'cookie'; 
    

    then you will be prompted to login when you refreshed the page. Afterwards, the log out icon will appear next to home icon.

提交回复
热议问题