下面是一段在本機啟動MySQL並聽3306 port的指令,裡面再啟動時候,順便把預設的password也設定上去: docker run --name mysql -p 3306:3306 -e ...
確定! 回上一頁