《Mysql實例Mac下mysql 5.7.17 安裝配置方法圖文教程》要點:
本文介紹了Mysql實例Mac下mysql 5.7.17 安裝配置方法圖文教程,希望對您有用。如果有疑問,可以聯系我們。
一、下載MySQLMYSQL學習
官網下載頁面點擊后進入如下頁面
MYSQL學習
?
MYSQL學習
按圖操作即可,接下來:
MYSQL學習
MYSQL學習
二、安裝和配置MYSQL學習
安裝按照步驟來即可.但是要記住最后的初始密碼.
MYSQL學習
最后我們在電腦的系統偏好設置里面可以看見安裝的MySQL
MYSQL學習
?
?
MYSQL學習
默認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》 .MYSQL學習
以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持維易PHP.
MYSQL學習
轉載請注明本頁網址:
http://www.snjht.com/jiaocheng/1183.html