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

后端 未结 8 2088
忘了有多久
忘了有多久 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 15:57

    if the xampp is install in your mac book just go the file path of cd /Applications/XAMPP/bin/

    ./mysql -u root -p

    than it will ask for password if set than type else enter

    mysql is started now !!!!!!!!

提交回复
热议问题