Skip to content

Commit a8ad93c

Browse files
authored
Update README.md
1 parent 7331a88 commit a8ad93c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Pour déployer ce backend il faut installer les packages suivants
3737
var mysql=require('mysql');
3838
var connection=mysql.createPool({
3939
host:'localhost',
40-
user:'react',
41-
password:'1234',
40+
user:'user',
41+
password:'pwd',
4242
database:'microproject',
4343
port : 3306, //port mysql
4444
multipleStatements: true

0 commit comments

Comments
 (0)