Check the manual that corresponds to your mysql server version for the right syntax to use solution!

#1064 – You have an error in your SQL syntax; The right syntax to use near*tozhidao.hmwis.topatlocalhostat line 1
![分析原因应该为:$cfg['Servers'][$i]['controlhost'] = '192.168.164';而其本身并不具有全局权限!因此需要添加复制root用户,使其主机为192.168.1.64。](https://www.shuijingwanwq.com/wp-content/uploads/2015/01/35.png)
The reason for the analysis should be: $cfg[‘Servers’][$i][‘controlhost’]=192.168.164; and it itself does not have global authority! Therefore, you need to add a copy root user so that its host is 192.168.1.64.

Edit the root user permission on the 192.1.68.1.64 host! Set it as global permissions for the database.

![权限成功更新,此时$cfg['Servers'][$i]['controlhost'] = '192.168.1.64';了。也就是说可以在其他机器上通过phpmyadmin管理服务器上的MySQL。](https://www.shuijingwanwq.com/wp-content/uploads/2015/01/63.png)