Db表中的Host字段为%,如果是localhost,则只能本地访问。
修改完对应的字段后,使用flush privileges使之生效。
比如之前使用“grant all privileges on barcode.* to barcode@localhost identified by '123456';”赋权限,localhost修改为%则变成了可以远程访问的赋权限方式。
修改完对应的字段后,使用flush privileges使之生效。
比如之前使用“grant all privileges on barcode.* to barcode@localhost identified by '123456';”赋权限,localhost修改为%则变成了可以远程访问的赋权限方式。