第一次使用第三方工具,比如说sqlyog客户端进行远程连接,会遇到的异常:Host ‘xxx.xxx.xxx.xxx’ is not allowed to connect to this MySQL server,原因是root用户允许访问的ip仅为localhost,需要进行修改.处理方式如下:登录数据库:
上图use the existing database选择itop,是因为我在配置mysql时创建了itop数据库,但是仍然出现了错误四,所以,按照本步骤安装选择Create a new database,并填写itop。