操作如下:
[root@localhost ~]$ mysql -uroot -p'123456' # 本地连接 MySQL 服务 [root@localhost ~]$ mysql -uroot -p'123456' -h192.168.1.2 -P3306 # 远程连接 MySQL 服务