Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Install MYSQL Preference Pane? [closed]

Tags:

mysql

macos

Quick question.

I have been trying to make MySQL work to no luck. When I downloaded MySQL from https://dev.mysql.com/downloads/mysql/ (the latest version for Mac, 5.7.21), I followed all the instructions. When I go to System Preferences and click on the MySQL icon, it tells me:

Preferences Error: Could not load MySQL Preference Pane. Any solution to this?

Thanks in advance!

like image 459
Hoots Avatar asked Jan 18 '18 00:01

Hoots


2 Answers

Same problem with MySQL Preference Pane after updating from 5.7.20 to 5.7.21.

The solution for me was to remove MySQL Preference Pane (https://www.lifewire.com/how-to-remove-preference-panes-from-mac-2260890) and install it again from the 5.7.20 DMG Archive (https://downloads.mysql.com/archives/community).

like image 169
Aff1n1ty Avatar answered Oct 25 '22 01:10

Aff1n1ty


I had the same problem. Uninstall MySQL completely and install MySQL 5.6 instead worked fine for me.

Follow these instructions: https://devmarketer.io/learn/do-not-install-mysql-macos-sierra-how-to-fix/

like image 24
taddel Avatar answered Oct 25 '22 01:10

taddel