Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
Default user excord is created automatically. No need of insert statement.
  • Loading branch information
Arjun Surendra authored Sep 8, 2016
1 parent 82c0033 commit 99bb91e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ grant all on excord.* to 'excord'@'localhost' identified by 'excord';
flush privileges;
```

If you are using DB authentication insert this row after starting the server first time. The startup creates the necessary tables.

```sql
INSERT INTO `excord`.`ec_user` (`id`, `username`, `name`, `password`, `role`, `enabled`, `created_date`,`email`)
VALUES ('1', 'excord', 'excord', 'excord', 'USER', '1', NOW(),'test@blackhole.com');
```

### Docker Setup

Expand Down

0 comments on commit 99bb91e

Please sign in to comment.