MySQL-Installation error on phpMyAdmin

Source: Internet
Author: User
Keywords Phpmyadmin php mysql configuration file
Tags unsupported

Install the environment under MAC today and configure some software based on the Apache that comes with Mac
Install the PHP7.0.6 homebrew installation first.
Then install the mysql5.7.12 directly download the installation package
And then the phpMyAdmin 4.6.1.

When installing phpMyAdmin, create a new server, authentication after entering the root account and password to save is an error

Error during session start; Please check your PHP and/or webserver log file and configure your PHP installation properly. Also Ensure that cookie is enabled in your browser.
Ignoring unsupported language code.

Checked the php.ini release comment Session.save_path
Restart Apache, empty browser cookie

After retrying the problem still occurs, ask the great God is there a more comprehensive and detailed solution?

Error

PHP Version Information

Reply content:

Install the environment under MAC today and configure some software based on the Apache that comes with Mac
Install the PHP7.0.6 homebrew installation first.
Then install the mysql5.7.12 directly download the installation package
And then the phpMyAdmin 4.6.1.

When installing phpMyAdmin, create a new server, authentication after entering the root account and password to save is an error

Error during session start; Please check your PHP and/or webserver log file and configure your PHP installation properly. Also Ensure that cookie is enabled in your browser.
Ignoring unsupported language code.

Checked the php.ini release comment Session.save_path
Restart Apache, empty browser cookie

After retrying the problem still occurs, ask the great God is there a more comprehensive and detailed solution?

Error

PHP Version Information

Carefully studied, mainly 4.6+ version of the PMA for Chinese support is not good reason, because the browser is Chinese, automatically trigger the PMA set the default language is Chinese, but Chinese support is not good, so, the error.
Directly modifies libraries/config.default.php a statement in the file under the PMA root directory

$cfg['Lang'] = 'en';

Plus the en in the back single quotation mark. The only trouble is that all the interface into English, English bitter hands do not cry.

Reference: phpMyAdmin Resolve ignoring unsupported language code error

After the normal display, the normal interface when the login encountered a 2002 error, and then search
You just need to put config.inc.php a statement in the root directory

$cfg['Servers'][$i]['host'] = 'localhost';

The localhost is replaced by 127.0.0.1

Reference: PhpMyAdmin is throwing a #2002 cannot logs in to the MySQL server phpMyAdmin

Did you see ignoring unsupported language code?
Change the login language to 中文版!

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.