mysql中输入如下命令
grant all privileges on *.* to 'remote'@'%' identified by '123456' with grant option;
- remote为登录的账号
- 123456为登录的密码
注意,window系统内需要把防火墙关闭,控制面板-->系统和安全-->Windows 防火墙,启动或关闭Windows防火墙
mysql中输入如下命令
grant all privileges on *.* to 'remote'@'%' identified by '123456' with grant option;
注意,window系统内需要把防火墙关闭,控制面板-->系统和安全-->Windows 防火墙,启动或关闭Windows防火墙