文件名称:pentaho create_repository_mysql.sql
文件大小:175B
文件格式:SQL
更新时间:2021-08-14 07:47:17
pentaho
CREATE DATABASE IF NOT EXISTS `hibernate` DEFAULT CHARACTER SET latin1; USE hibernate; GRANT ALL ON hibernate.* TO 'hibuser'@'localhost' identified by 'password'; commit;