标签:exit com username names 9.png quit UI user 密码
登录:
mysql -h[数据库地址] -u[username] -p[password] -P[端口] //大写P表示端口,小写p表示密码
例如:mysql -hlocalhost -uroot -proot -P3306
退出:
quit,exit;
修改数据库的环境编码:
set names utf8;
标签:exit com username names 9.png quit UI user 密码
原文地址:http://www.cnblogs.com/captainRoB/p/7163714.html