Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Easy fix, simply open "/usr/share/phpmyadmin/libraries/dbi/mysqli.dbi.lib.php" and find
- require_once './libraries/logging.lib.php';
- replace it with the following...
- $GLOBALS['cfg']['Server']['port']=3306;
- require_once './libraries/logging.lib.php';
- http://stackoverflow.com/questions/29083074/nginx-mysql-hhvm-phpmyadmin-stuck-after-login-page-all-blank-and-token-i/29874675#29874675
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement