Cannot load or save configuration
Please create web server writable folder config in phpMyAdmin top level directory as described in documentation. Otherwise you will be only able to download or display it.
Bzip2
Bzip2 compression and decompression requires functions (bzopen, bzcompress) which are unavailable on this system.
ZIP
Zip decompression requires functions (zip_open) which are unavailable on this system.
Insecure connection
You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted! If your server is also configured to accept HTTPS requests follow this link to use a secure connection.
Force SSL connection
This option should be enabled if your web server supports it

解决方案 »

  1.   

    我在php.ini中去掉了extension=php_gd2.dll分号,怎么还是不行啊
      

  2.   

    Requirements
    PHP 
    You need PHP 5.2.0 or newer, with session support (see FAQ 1.31) and the Standard PHP Library (SPL) extension. 
    To support uploading of ZIP files, you need the PHP zip extension. 
    For proper support of multibyte strings (eg. UTF-8, which is currently default), you should install mbstring and ctype extensions. 
    You need GD2 support in PHP to display inline thumbnails of JPEGs ("image/jpeg: inline") with their original aspect ratio 
    When using the "cookie" authentication method, the mcrypt extension is strongly suggested for most users and is required for 64–bit machines. Not using mcrypt will cause phpMyAdmin to load pages significantly slower.