Today, due to work needs, I configured the Mysql5 environment on my computer and installed a phpMyAdmin management tool. after installation, I found that I entered Chinese characters in phpMyAdmin, the following error is always prompted: Datatypetoolarge later thought that the character set was not set during MySQL installation! After uninstalling MySQL in the add/delete program, mysql installation is found.
Today, due to work needs, I configured the Mysql5 environment on my computer and installed
PhpMyAdmin management tool. after the installation is complete, you can enter Chinese characters in phpMyAdmin.
The following error is displayed:
Later I thought that the character set was not set during MySQL installation! Uninstall MySQL in add/delete programs
And I found that there is another MySQL service in the service! After uninstalling the service with a tool.
After you reinstall MySQL, the MySQL service cannot be started and the error 1607 is displayed! I read a lot online
Most solutions are to change basedir and Datadir.
The error still persists. after the test, the database port is changed
After 3309 (3306 by default), the MySql service starts normally.
Then, modify $ cfg ['server'] in The phpMyAdmin/Libraries/config. default. php file.
[$ I] ['port'] = '000000'; after phpMyAdmin is normal, create a data table and add a record with Chinese characters,
The error message disappears. All operations are displayed as normal.