#快速进入mysql: windows: mysql -hlocalhost -uroot -p,其中,-h后面跟服务器ip,-u后面跟用户名,-p后面跟密码 linux:mysql -uroot -proot