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
Hi Guys,
trying to create a user i am facing the following problem when
using the command
mysql> flush privileges;
ERROR 1105 (HY000): line 1 column 1 near "flush"
Somehow the SQL statement is not recognise ... ( in use the tidb-server mode)
Any idea ?
Is there a specific way to create User and grant privileges using tidb ?
Thanks in advance !
Denis
The text was updated successfully, but these errors were encountered:
Well ok !
For now i can connect the tiDB only with root and empty password.
I am nevertheless facing others issues when creating table ... i have to study what is
happening and give you a report...
Hi Guys,
trying to create a user i am facing the following problem when
using the command
mysql> flush privileges;
ERROR 1105 (HY000): line 1 column 1 near "flush"
Somehow the SQL statement is not recognise ... ( in use the tidb-server mode)
Any idea ?
Is there a specific way to create User and grant privileges using tidb ?
Thanks in advance !
Denis
The text was updated successfully, but these errors were encountered: