在終端中輸入
sudo su
password:
sh-3.2# cd ~
sh-3.2# vim .bash_profile
在.bash_profile檔案中輸入:export path=katex parse error: expected 'eof', got '#' at position 52: …wq 儲存並退出 sh-3.2#̲ source .bash_p…:/usr/local/mysql/bin
配置完後輸入 :wq 儲存並退出
sh-3.2# source ~/.zshrc
每次登入 mysql
在終端中輸入
sudo su
password:
sh-3.2# source ~/.zshrc
sh-3.2# mysql -u root -p
enter password:
輸入正確密碼即可登入成功
mac安裝mysql及配置環境
2.安裝 雙擊mysql.dmg檔案,彈出來開.pkg檔案,雙擊pkg檔案,按步驟安裝,最後記住它提供的密碼 3.從系統偏好設定裡開啟mysql服務 4.配置mysql環境 4.1根目錄下如果沒有bash profile檔案先新建檔案 touch bash profile 4.2兩種方式編輯 選一種...
MySQL 檢視MySQL配置檔案路徑及相關配置
1 關於配置檔案路徑 有時候,我發現雖然嘗試修改了配置檔案的一些變數,但是並沒有生效。後來才發現原來是因為修改的檔案並非mysql伺服器讀取的配置檔案。如果不清楚mysql當前使用的配置檔案路徑,可以嘗試這樣檢視 從上圖可以看出,伺服器首先會讀取 etc my.cnf檔案,如果發現該檔案不存在,再依...
Mac配置mysql技巧
安裝mysql 配置mysql環境變數 開啟終端輸入cd 進入資料夾 繼續輸入touch bash profile 回車再次輸入open e bash profile 會在textedit中開啟這個檔案 如果以前沒有配置過環境變數,那麼這應該是乙個空白文件 如果有內容,請在結束符前輸入,如果沒有內容...