Share via

how to access mysql from terminal

ARZhost.com 1 Reputation point
2021-08-12T08:43:38.38+00:00

I am looking for the solution about how to access mysql from terminal

Azure Database for MySQL

1 answer

Sort by: Most helpful
  1. Oury Ba-MSFT 21,156 Reputation points Microsoft Employee Moderator
    2021-08-19T23:16:35.84+00:00

    Hi @ARZhost.com I haven't heard back from you. I am assuming you are trying to access MySQL Workbench from Command line. I that is the case, please follow the instructions below.

    1. Make sure you have created MySQL connection correctly
    2. Open command line from search then type cd \
    3. Once you reached the bin directory then type mysql -u yourUserName -p (apply this to connect to MySQL )

    Oury
    Regards,

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.