使用命令远程链接mysql数据库

mysql -udbUsername -pdbPassword -h ip -P port

e.g

mysql -uroot -proot -h 192.168.1.126 -P 3306

你可能感兴趣的:(数据库)