Answers for "how to logout in phpmyadmin"

PHP
0

how to logout in phpmyadmin

$cfg['Servers'][$i]['auth_type'] = 'config';
to
$cfg['Servers'][$i]['auth_type'] = 'cookie';
Posted by: Guest on March-06-2022

Browse Popular Code Answers by Language