1607 unusual solution after installing MySQL5.0

Source: Internet
Author: User

Today, because of my work, I configured the MYSQL5 environment on my computer and installed a

phpMyAdmin management tools, after the installation is completed, found in the phpMyAdmin input characters, always mention

The following error is shown:

Datatype too large

Later think of MySQL installed without setting the character set! After uninstalling MySQL in Add/Remove Programs, there is still a MySQL service in the service that has not been lost! After uninstalling the tool with the uninstall service.

After reinstalling MySQL, MySQL service will not start, appear: 1607 Error! Read a lot of relevant information on the Internet, most of the solution to change Basedir and DataDir, following this method operation, the error is still not lifted, and finally after the test, reinstall the MySQL database port to 3309 (default 3306), the MySQL service starts normally.

When finished, modify $cfg[' Server ' in phpmyadmin/libraries/config.default.php file

[$i] [' Port ']= ' 3309 '; phpMyAdmin Normal, then build a data table, add a record with Chinese characters,

The error disappears. All runs are displayed as normal.

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.