[精讚] [會員登入]
2286

[MAC] 使用安裝Mysql/Mariadb

MAC上使用安裝Mysql/Mariadb

分享此文連結 //n.sfs.tw/11776

分享連結 [MAC] 使用安裝Mysql/Mariadb@新精讚
(文章歡迎轉載,務必尊重版權註明連結來源)
2019-10-25 09:25:20 最後編修
2017-09-13 09:59:26 By 張○○
 

自動目錄

在MAC上安裝及使用MYSQL

安裝

$ brew install mariadb

啟動/停止

$ brew services start mariadb

$ brew services stop mariadb

$ brew services restart mariadb

查看運作情形

$ mysql --version

$ brew services list

登入啟動/停止

$ launchctl start homebrew.mxcl.mariadb

$ launchctl stop homebrew.mxcl.mariadb

設定root密碼

$ mysqladmin -uroot flush-privileges password "1234"

 

END

你可能感興趣的文章

[MAC] 路由指令及設定路由 mac的路由指令

[MAC] 使用Nally上PTT MAC上PTT的方法

用指令合併多張圖片 使用imagick在筆電上就可以合併圖片

[MAC] 綜所稅憑證軟體移除:TAXagent、CommunityApp 稍微麻煩的憑證程式TAXagent、CommunityApp刪除

[MAC] 安裝APACHE+PHP OS Darwin OpenIDMac1deAir 15.6.0 Darwin Kernel Version 15.6.

[MAC] 截取螢幕畫面的方法 截取螢幕畫面的方法,在MAC中叫作螢幕快照,英文是screenshot

隨機好文

PHP for sphinx 函式庫安裝 PECL/sphinx PHP>= 5.2.2 已經能原生支援 sphinx,可是預設的沒有裝,我們得自己裝才能用

[Windows7] 移除IE10及移除IE11 Windows7 不得已的情況要移除IE11或IE10怎麼做?

TFTP Server 安裝及使用 讓設備的網路設定檔或是韌體經由TFTP拷備出來,操作的方法

[CodeIgniter3] 解決無法上傳特定檔案(.sb2)的問題 上傳時出現The filetype you are attempting to upload is not allowed,要怎麼解決?

一個邏輯的錯誤刪了全部檔案的經驗 今天本來想做一件很簡單的事,但卻足足浪費我多一倍的時間,再加上刪掉我全部的檔案,原因只是因為我自己的邏輯錯誤。