Skip to content

经验分享

MySQL自带的客户端命令行

  • 可以连接远程数据库服务器
bash
$ mysql [-h ip地址] [-P 端口号] -uroot -p
# Enter password: ...