创建远程登陆用户并授权
grant all privileges on sakila.* to root@192.168.1.210 identified by '123456';
123456为root用户的密码