- Java EE 8 Development with Eclipse
- Ram Kulkarni
- 134字
- 2021-06-18 18:59:55
Installing MySQL on macOS X
OS X versions before 10.7 had MySQL Server installed by default. If you are using OS X 10.7 or later, then you will need to download and install MySQL Community Server from http://dev.mysql.com/downloads/mysql/.
There are many different ways to install MySQL on OS X. See http://dev.mysql.com/doc/refman/5.7/en/osx-installation.html for installation instructions for OS X. Note that users on OS X should have administrator privileges to install MySQL Server.
Once you install the server, you can start it either from Command Prompt or from the system preferences:
- To start it from Command Prompt, execute the following command in the Terminal:
sudo /usr/local/mysql/support-files/mysql.server start
- To start it from System Preferences, open the preferences and click the MySQL icon:

Figure 1.15: MySQL System Preferences - OS X
- Click the Start MySQL Server button.
推薦閱讀
- 華為HMS生態與應用開發實戰
- 青少年軟件編程基礎與實戰(圖形化編程三級)
- 羅克韋爾ControlLogix系統應用技術
- 跟小海龜學Python
- Android Application Development Cookbook(Second Edition)
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- Scientific Computing with Scala
- Serverless computing in Azure with .NET
- The Professional ScrumMaster’s Handbook
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- 監控的藝術:云原生時代的監控框架
- Mastering OAuth 2.0
- Clojure for Finance
- C語言王者歸來
- 計算思維與Python編程