Trang

16 thg 10, 2008

Create pentaho users for MySQL

use mysql;
grant all privileges on *.* to 'hibuser'@'localhost';
grant all privileges on *.* to 'pentaho_user'@'localhost';
grant all privileges on *.* to 'pentaho_admin'@'localhost';
set password for 'hibuser'@'localhost' = PASSWORD('password');
set password for 'pentaho_user'@'localhost' = PASSWORD('password');
set password for 'pentaho_admin'@'localhost' = PASSWORD('password');
flush privileges;
exit

Không có nhận xét nào:

Đăng nhận xét