MySQL笔记

  • mysql

posted on 21 Aug 2017 under category 人生经验

Connection

command line 连接 MySQL

bash: mysql -h localhost -P 3306 -u root -p123456