tianhuan2001 opened a new issue, #61743:
URL: https://github.com/apache/doris/issues/61743

   hello, I am accessing the database on the cloud server from my local 
computer by python, but raise error (doris's 4.0)
   code:
   import adbc_driver_manager
   import adbc_driver_flightsql.dbapi as flight_sql
   conn = flight_sql.connect(uri=f"grpc://{doris_url}:8070", 
                             db_kwargs={
               adbc_driver_manager.DatabaseOptions.USERNAME.value: 
f"{doris_account}",
               adbc_driver_manager.DatabaseOptions.PASSWORD.value: 
f"{doris_password}",
           }
           )
   ProgrammingError: UNAUTHENTICATED: [FlightSQL] Unable to authenticate user 
read_user, exception: errCode = 2, detailMessage = Access denied for user 
'[email protected]' (using password: YES) (Unauthenticated; 
AuthenticateBasicToken)
   I can visit doris by mysql Protocol and I'm only a read_only role not root 
or admin.
   thanks for your help
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to