~ubuntu-branches/ubuntu/vivid/sahara/vivid-proposed

« back to all changes in this revision

Viewing changes to sahara/plugins/vanilla/v1_2_1/resources/create_oozie_db.sql

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2014-09-24 16:34:46 UTC
  • Revision ID: package-import@ubuntu.com-20140924163446-8gu3zscu5e3n9lr2
Tags: upstream-2014.2~b3
ImportĀ upstreamĀ versionĀ 2014.2~b3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
create database oozie;
 
2
grant all privileges on oozie.* to 'oozie'@'localhost' identified by 'oozie';
 
3
grant all privileges on oozie.* to 'oozie'@'%' identified by 'oozie';
 
4
exit
 
 
b'\\ No newline at end of file'