How to access mysql command line on Mac via Xamp
开发者_开发知识库How do I access this on a mac? I cannot seem to find it.
Thanks
I have MAMP, and for that its located at :- /Applications/MAMP/Library/bin/mysql
i am assuming XAMP is something similar..
Can you open a terminal and then:
mysql -u username -p database_to_use
精彩评论