In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
This article is to share with you about the solution to displaying blank space when visiting phpmyadmin. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
The solution to showing a blank when accessing phpmyadmin: 1, unlock the prohibition of [ob_gzhandler] function; 2, set [$cfg ['OBGzip'] = FALSE;] in [config.inc.php] of phpmyadmin.
Access to phpmyadmin does not show blank setting method:
I always thought that some people would go blank when they visited phpmyadmin. At first, I thought it had something to do with the version of IE, but it was true that some versions of IE would have such a problem, but I couldn't let them change browsers all the time, so I debugged it, and later found that it was php that disabled ob_gzhandler.
At that time, for some reason, the ob_gzhandler function was disabled, that is, sending encrypted html was prohibited, and phpmyadmin set it to send this.
This occurs as follows:
First, the function ob_gzhandler is disabled in php.ini
Second, $cfg ['OBGzip'] =' auto' in the config.inc.php of phpmyadmin
Solution:
One way is to unlock the ob_gzhandler function prohibition.
Another way is to set it in the config.inc.php of phpmyadmin
$cfg ['OBGzip'] = FALSE; Thank you for reading! This is the end of this article on "the solution to displaying blanks when visiting phpmyadmin". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.