开发者

How to access mysql command line on Mac via Xamp

开发者 https://www.devze.com 2023-02-28 10:57 出处:网络
开发者_开发知识库How do I access this on a mac? I cannot seem to find it. ThanksI have MAMP, and for that its located at :-

开发者_开发知识库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
0

精彩评论

暂无评论...
验证码 换一张
取 消