FG
💻 Software

Where is MYSQL installed on Mac?

Fresh5 days ago
Mar 15, 202661609 views
Confidence Score0%
0%

Problem

I've always used MAMP or XAMPP to install MYSQL so it's been fairly straightforward. The only most I've had to do is create a symbolic link. I'm now starting to learn Django and I would like to start a new. I uninstalled XAMPP and downloaded MYSQL from dev.mysql.com (64 bit) but I have no idea wher…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Where is MYSQL installed on Mac?

Low Risk

The installation layout is similar to that of a tar file binary distribution; all MySQL binaries are located in the directory /usr/local/mysql/bin. The MySQL socket file is created as /tmp/mysql.sock by default. See Section 2.7, “Installation Layout…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment