Mac下mysql 5.7.17 裝置配置辦法圖文教程。本站提示廣大學習愛好者:(Mac下mysql 5.7.17 裝置配置辦法圖文教程)文章只能為提供參考,不一定能成為您想要的結果。以下是Mac下mysql 5.7.17 裝置配置辦法圖文教程正文
一、下載MySQL
官網下載頁面點擊後進入如下頁面
按圖操作即可,接上去:
二、裝置和配置
裝置依照步驟來即可。但是要記住最後的初始密碼。
最後我們在電腦的零碎偏好設置外面可以看見裝置的MySQL
默許MySQL是啟動的。
在翻開之前我們需求在終端中配置一下。
PATH="$PATH":/usr/local/mysql/bin mysql -u root -p #輸出密碼 #Terminal顯示 #Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 10 Server version: 5.7.12 Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql>SET PASSWORD = PASSWORD('new password');
操作完下面的就可以正常運用MySQL。
詳細可以參考《Mac OS零碎裝置Mysql》 。
以上就是本文的全部內容,希望對大家的學習有所協助,也希望大家多多支持。