How to connect from windows command prompt to mysql command line

后端 未结 16 1830
南旧
南旧 2020-12-12 23:30

I\'m trying to connect to mysql server command line from my windows prompt

I write the next line in cmd but i get an error.

cd C:\\MYSQL\\bin\\
         


        
16条回答
  •  囚心锁ツ
    2020-12-13 00:08

    C:\Program Files\MySQL\MySQL Server 5.7\bin> mysql -u username -p

    Then it will ask for the password. Enter the password you set for the username during installation while adding db Users.

提交回复
热议问题