user password options not compatible with MySQL #53305
Labels
affects-7.5
This bug affects the 7.5.x(LTS) versions.
compatibility-mysql8
This is a compatibility issue with MySQL 8.0(but NOT 5.7)
severity/moderate
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
type/compatibility
Bug Report
To migrate from MySQL 8.x to TiDB one might copy user accounts by running
SHOW CREATE USER ...
on MySQL and executing the result on TiDB. However this fails due to a mismatch in what MySQL produces and what TiDB accepts.More info:
1. Minimal reproduce step (Required)
On MySQL 8.0.37
Then on TiDB execute what MySQL produced:
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
And also today's
master
branch.The text was updated successfully, but these errors were encountered: