1. 首页
  2. 数据库
  3. MySQL
  4. pentaho create_repository_mysql.sql

pentaho create_repository_mysql.sql

上传者: 2018-12-09 13:13:51上传 SQL文件 175B 热度 58次
CREATE DATABASE IF NOT EXISTS `hibernate` DEFAULT CHARACTER SET latin1; USE hibernate; GRANT ALL ON hibernate.* TO 'hibuser'@'localhost' identified by 'password'; commit;
用户评论