Guest User

Untitled

a guest
Nov 17th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. # MacにMySQLクライアントをインストールする
  2.  
  3. ``` sh
  4. brew install mysql --client-only
  5. mysql -h 127.0.0.1 -P 3306 -uroot -proot
  6. ```
Add Comment
Please, Sign In to add comment