[精讚] [會員登入]
2160

[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] 綜所稅憑證軟體移除:TAXagent、CommunityApp 稍微麻煩的憑證程式TAXagent、CommunityApp刪除

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

[Mac] 安裝 Wildfly10 Mac安裝 Wildfly10

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

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

隨機好文

使用Google尋找你的手機 這近發現google竟然可以用來找android的手機,而且不需要經過什麼設定或安裝軟體。

[jQuery] 利用load()來達成ajax的寫法 jQuery中利用load()來達成ajax的寫法,也有人稱他是假的ajax,作法就是..

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

Linux shell 的date表示法 linux下SHELL中的date表示法

[Win7] 燒錄 iso 檔 在Windows7 中內建燒錄程式,可以直接把檔案拉到光碟機裡,再執行燒錄。