How do i access mysql from mac terminal, using xampp?

后端 未结 8 2089
忘了有多久
忘了有多久 2020-12-13 15:42

I am trying to access mysql from my mac\'s terminal.

I have tried just typing

mysql -u root -p

(and Enter, but that doe

8条回答
  •  感情败类
    2020-12-13 16:14

    I had to use open command for me to work.

    e.x.

    open /App/Applications/xampp/xamppfiles/bin/mysql

提交回复
热议问题