如何在 vmware 中从 ubuntu 访问 mysql

How to access mysql from ubuntu in vmware

我在 Windows 电脑上安装了 MySQL,在 VMWARE 中安装了 Ubuntu。 当我尝试通过 Ubuntu 中的休眠应用程序访问 MySQL 时,出现以下错误:Host 'HOSTNAME' is not allowed to connect to this MySQL 服务器 .我需要进行哪些配置更改才能访问 MySQL 服务器?

您必须授权访问您的遥控器 user/host。见manual or this article。 GRANT 语法是 here。 HTH.