Sha256: 369b17b9858500efb7c902b407f5efa6b058d87b333582c16631a3bf380bf571

Contents?: true

Size: 392 Bytes

Versions: 1

Compression:

Stored size: 392 Bytes

Contents

drop database if exists login_dev ;
create database login_dev ;
grant all on login_dev.* to login@localhost identified by 'login' ;

drop database if exists login_test ;
create database login_test ;
grant all on login_test.* to login@localhost identified by 'login' ;

drop database if exists login ;
create database login ;
grant all on login.* to login@localhost identified by 'login' ;


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amrita2-2.0.2 sample/login_engine/db/create_database.sql