您的位置:首页 > 产品设计 > UI/UE

Configure HUE to store data in MySQL

2014-11-01 13:44 330 查看
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
本文出自 “Ilovecat(个人笔记)” 博客,请务必保留此出处http://hj192837.blog.51cto.com/655995/1570679
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐