[精讚] [會員登入]
2348

[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

你可能感興趣的文章

Double Commander 可以取代finder的標案總管

[MAC] 移除Adobe CC更重新獲得7天試用的辦法 這篇文章來自大陸的朋友分享,移除Adobe CC更重新獲得7天試用的辦法

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

[MAC] 讓你的筆電可以ssh登入,開啟ssh伺服。 我想讓我的mac筆電可以遠端登入,該怎麼做?

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

[MAC] 使用安裝Mysql/Mariadb MAC上使用安裝Mysql/Mariadb

隨機好文

[jQuery] select 元件的取值及給值 html中的元件select,在jquery中要如何使用?

[Freebsd] 使用 ADSL 撥接上網 Freebsd上要使用 ADSL 撥接上網,該如何設定?

安裝SPHINX支援中文 新版本的 sphinx 和舊版不同,網路上很多範例和教學是不能用的。此文是安裝和設定方法分享

[CodeIgniter 3] 資料庫的使用方法整理2/2 CI3 承襲 CI2,有很多的builder class可以用,依各人的使用習慣,有人喜歡一堆sql字串,有人喜歡用helper

問問題 問問題其實內涵很深,我悟了很久才懂。 有人問題的目的並不一定是想要得到答案,有時只是純粹想問問題..