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

后端 未结 8 2093
忘了有多久
忘了有多久 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:12

    /Applications/xampp/xamppfiles/bin/mysql -u root -p

    Worked like a charm!

    Thanks to user: Wrikken!

提交回复
热议问题