Mysql配置文件已经修改了默认加密方式还是提示2054错误:
[mysql]
default-character-set=utf8
[mysqld]
port = 3306
default_authentication_plugin=mysql_native_password
basedir="D:/soft/phptoolbox/COM/../Extensions/MySQL/"
datadir="D:/soft/phptoolbox/COM/../Extensions/MySQL/data/"
character-set-server = utf8
default-storage-engine = MyISAM
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
修改后,重启mysql