登录 注册
当前位置:主页 > 资源下载 > 15 > pentaho create_repository_mysql.sql下载

pentaho create_repository_mysql.sql下载

  • 更新:2024-07-24 16:09:02
  • 大小:175B
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:MySQL - 数据库
  • 格式:SQL

资源介绍

CREATE DATABASE IF NOT EXISTS `hibernate` DEFAULT CHARACTER SET latin1; USE hibernate; GRANT ALL ON hibernate.* TO 'hibuser'@'localhost' identified by 'password'; commit;