[mysql]
default-character-set = utf8mb4
[mysqld]
port=3306
basedir=D:/phpstudy/phpstudy_pro/Extensions/MySQL5.7.26/
datadir=D:/phpstudy/phpstudy_pro/Extensions/MySQL5.7.26/data/
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
init_connect='SET NAMES utf8mb4'
default-storage-engine=MyIsam
max_connections=1000
innodb_buffer_pool_size=64M
innodb_flush_log_at_trx_commit=1
innodb_lock_wait_timeout=120
innodb_log_buffer_size=4M
innodb_log_file_size=256M
interactive_timeout=120
join_buffer_size=2M
key_buffer_size=32M
log_error_verbosity=1
max_allowed_packet=16M
max_heap_table_size=64M
myisam_max_sort_file_size=64G
myisam_sort_buffer_size=32M
read_buffer_size=512kb
read_rnd_buffer_size=4M
server_id=1
skip-external-locking=on
sort_buffer_size=256kb
table_open_cache=256
thread_cache_size=16
tmp_table_size=64M
wait_timeout=120
log-error=D:/phpstudy/phpstudy_pro/Extensions/MySQL5.7.26/data
[client]
port=3306
default-character-set = utf8mb4
设置utf8mb4之后,本地数据库
依旧显示utf8这是为什么呀