mysql基本操作 2017-10-19 本文已影响0人 xbinng 连接本地mysql数据库 mysql -h localhost -u root -p 连接远程数据库: mysql -h ***.***.***.*** -P 端口号 -u 用户名 -p