izajahmad

Set PHPMyAdmin Password

Feb 20th, 2018
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. //Goto “\xampp\phpMyAdmin”  (For Xampp)
  2. //Goto "\wamp\apps\phpmyadmin" (For Wamp)
  3.  
  4. //find “Config.inc.php”
  5.  
  6. //Change the word
  7. //$cfg [‘Servers’] [$a] [‘auth_type’] = ‘config’;
  8. $cfg [‘Servers’] [$a] [‘auth_type’] = ‘cookie’;
Add Comment
Please, Sign In to add comment