phpMyAdmin自動登錄和取消自動登錄的配置方法?
$cfg['Servers'][$i]['auth_type'] = 'cookie';改成$cfg['Servers'][$i]['auth_type'] = 'config';然后在下面追加如下代碼:取消phpMyAdmin自動登錄只需把$cfg['Servers'][$i]['auth_type'] = 'config';改成$cfg['Servers'][$i]['auth_type'] = 'cookie';保存即可。
phpMyAdmin自動登錄和取消自動登錄的配置方法?
$cfg['Servers'][$i]['auth_type'] = 'cookie';改成$cfg['Servers'][$i]['auth_type'] = 'config';然后在下面追加如下代碼:取消phpMyAdmin自動登錄只需把$cfg['Servers'][$i]['auth_type'] = 'config';改成$cfg['Servers'][$i]['auth_type'] = 'cookie';保存即可。