Skip to content

Commit

Permalink
Merge pull request knex#11 from delasteve/master
Browse files Browse the repository at this point in the history
Fix root user being promoted in docs
  • Loading branch information
tgriesser committed May 14, 2013
2 parents 3364894 + 42ca45e commit 5c1b6e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@ <h2 id="Initialize">Bookshelf.Initialize</h2>
client: 'mysql',
connection: {
host : 'localhost',
user : 'root',
password : '',
user : 'your_database_user',
password : 'your_database_password',
database : 'your_db',
charset : 'utf8'
}
Expand Down

0 comments on commit 5c1b6e8

Please sign in to comment.