Skip to content

Commit

Permalink
default password
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Pastor committed Jun 12, 2017
1 parent 38ab849 commit 3ce0247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nameles-SQL/src/create_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
***********************************************************/

CREATE USER nameles CREATEDB;
CREATE USER nameles CREATEDB password 'nmls#pwd';
SET ROLE nameles;
create database nameles WITH OWNER=nameles TEMPLATE=template0 LC_COLLATE='C';
\connect nameles
Expand Down

0 comments on commit 3ce0247

Please sign in to comment.