on MySQL server:
create database hue;grant all on hue.* to 'hue'@'localhost' identified by 'hue';grant all on hue.* to 'hue'@'%' identified by 'hue';stop HUE service
start HUE service
本文共 230 字,大约阅读时间需要 1 分钟。
on MySQL server:
create database hue;grant all on hue.* to 'hue'@'localhost' identified by 'hue';grant all on hue.* to 'hue'@'%' identified by 'hue';stop HUE service
start HUE service
转载于:https://blog.51cto.com/hj192837/1570679