临沂建站程序,服务平台的宗旨,怎样建设相亲网站,哈尔滨有哪些做网站的公司phpMyAdmin 设置(phpMyAdmin 4.2.9):下载解压缩后,打开phpMyAdmin 目录找到config.sample.inc.php 文件,将改文件名改成config.inc.php修改config.inc.php 文件找到以下代码并将cookie 改成http/* Authentication type */$cfg[Servers][$i][auth_type] cookie;改成$cfg[Server…phpMyAdmin 设置(phpMyAdmin 4.2.9):下载解压缩后,打开phpMyAdmin 目录找到config.sample.inc.php 文件,将改文件名改成config.inc.php修改config.inc.php 文件找到以下代码并将cookie 改成http/* Authentication type */$cfg[Servers][$i][auth_type] cookie;改成$cfg[Servers][$i][auth_type] http;/* Server parameters */$cfg[Servers][$i][host] localhost;$cfg[Servers][$i][connect_type] tcp;$cfg[Servers][$i][compress] false;$cfg[Servers][$i][AllowNoPassword] false;修改后存盘离开,打开浏览器测试网站出现http 500 内部服务器发生错误查找 /etc/httpd/logs/error_log 找到以下错误消息“PHP Fatal error: Call to undefined function mb_detect_encoding() in /var/www/html/phpMyAdmin/libraries/php-gettext/gettext.inc on line 177″从以上消息得知可能未安装 php-mbstring 模块,可利用phpinfo 查找 mbstring, 若找不到mbstring模块可利用以下方式安装指令:yum -y install php-mbstring