Mac XAMPP command line call MySQL

Source: Internet
Author: User

Reference

Http://www.cnblogs.com/machao/p/6206483.html

Direct MySQL no, show command not found

Call

sudo ln-s/applications/xampp/bin/mysql/usr/bin

Also shows LN:/usr/bin/mysql:operation not permitted

Workaround

sudo ln -s /usr/local/mysql/bin/mysql /usr/local/bin

This is because the SIP feature introduced by Apple in OS X 10.11 makes it impossible to modify a system-level directory, including/usr/bin, even with sudo (that is, root). There are two ways to solve this problem: one is more insecure is to close the SIP, that is, the rootless feature, and the other is to link to the/usr/bin under the change link to/usr/local/bin under the good.

Mac XAMPP command line call MySQL

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.