Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: tidb本来好好的 不知道为何突然无法新建用户了
【TiDB Usage Environment】Production Environment or Test Environment or POC
【TiDB Version】6.1
【Encountered Problem】
【Reproduction Path】Just a normal migration of the TiDB database using mysqldump to import and export tables. Everything was normal until suddenly it became impossible to create new users.
【Problem Phenomenon and Impact】
grant usage on . to ‘a’@‘localhost’ identified by ‘123’;
ERROR 1364 (HY000): Field ‘ssl_cipher’ doesn’t have a default value
【Attachments】
Please provide the version information of each component, such as cdc/tikv, which can be obtained by executing cdc version/tikv-server --version.