You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I test with 5.7.21, Message is User.... but not Authorization ID..
Server version: 5.7.21-log Homebrew
mysql> DROP USER IF EXISTS idontexist;
Query OK, 0 rows affected, 1 warning (0.03 sec)
mysql> show warnings;
+-------+------+---------------------------------------+
| Level | Code | Message |
+-------+------+---------------------------------------+
| Note | 3162 | User 'idontexist'@'%' does not exist. |
+-------+------+---------------------------------------+
1 row in set (0.00 sec)
mysql>
Bug Report
Please answer these questions before submitting your issue. Thanks!
If possible, provide a recipe for reproducing the error.
This is a similar problem to #7867 :
MySQL:
tidb-server -V
or runselect tidb_version();
on TiDB)?The text was updated successfully, but these errors were encountered: