The MySql 8.0.16 version installation prompts that "UTF8B4" is used instead of "UTF8B3"

The MySql 8.0.16 version installation prompts that "UTF8B4" is used instead of "UTF8B3"

When installing in MySQL 8.0.16, some errors may appear, indicating that "UTF8B4" is used instead of "UTF8B3".

#//////////////////////The following is the content of my.ini////////////////////////

[mysqld]
# Set port 3306 port=3306
# Set the installation directory of MySQL basedir= #Remember to fill in here# Set the storage directory of MySQL database data (this directory will be generated by commands later, no need to write it manually)
datadir= \data #Remember to fill in the maximum number of connections allowed max_connections=200
# The number of connection failures allowed. This is to prevent someone from trying to attack the database system from this host max_connect_errors = 10
# The default character set used by the server is UTF8B4
character-set-server=utf8mb4
# The default storage engine that will be used when creating a new table default-storage-engine=INNODB
# By default, the "mysql_native_password" plug-in is used for authentication. default_authentication_plugin=mysql_native_password [mysql]
# Set the default character set of the mysql client to default-character-set=utf8mb4 [client]
# Set the default port used by the mysql client to connect to the server port=3306 default-character-set=utf8mb4

Summarize

The above is the problem that the installation prompt of MySql 8.0.16 version no longer uses "UTF8B3" but "UTF8B4" introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!
If you find this article helpful, please feel free to reprint it and please indicate the source. Thank you!

You may also be interested in:
  • mysql installer community 8.0.16.0 installation and configuration graphic tutorial
  • MySQL 8.0.16 installation and configuration method graphic tutorial under Windows
  • mysql 8.0.16 winx64.zip installation and configuration method graphic tutorial
  • MySQL 8.0.16 compressed package installation and configuration method graphic tutorial
  • The latest graphic tutorial of mysql 8.0.16 winx64 installation under win10
  • MySQL 8.0.16 installation and configuration tutorial under CentOS7

<<:  Solution to the problem that docker logs cannot be retrieved

>>:  Using js to implement the two-way binding function of data in Vue2.0

Recommend

MySQL Database Iron Laws (Summary)

Good database specifications help reduce the comp...

Installation tutorial of mysql5.7.21 decompression version under win10

Install the unzipped version of Mysql under win10...

Analysis of SQL integrity constraint statements in database

Integrity constraints Integrity constraints are f...

Making a simple game engine with React Native

Table of contents Introduction Get started A brie...

What is this in JavaScript point by point series

Understand this Perhaps you have seen this in oth...

Detailed explanation of anonymous slots and named slots in Vue

Table of contents 1. Anonymous slots 2. Named slo...

Analysis of parameter transfer process of driver module in Linux

Declare the parameter name, type and permission y...

A Brief Analysis of CSS Selector Grouping

Selector Grouping Suppose you want both the h2 el...

Implementation of ssh non-secret communication in linux

What is ssh Administrators can log in remotely to...

Analysis of the difference between Mysql InnoDB and MyISAM

MySQL supports many types of tables (i.e. storage...

Two ways to clear float in HTML

1. Clear floating method 1 Set the height of the ...

Several ways to remove the dotted box that appears when clicking a link

Here are a few ways to remove it: Add the link dir...

WeChat applet custom tabBar step record

Table of contents 1. Introduction 2. Customize ta...