Skip to content

Commit c8c26f6

Browse files
committed
Update README.md
1 parent 61780f1 commit c8c26f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ git clone git@github.com:anychart-integrations/asp-net-c-sharp-mysql-template.
2121

2222
Open cmd console in 'asp-net-c-sharp-mysql-template' folder and set up MySQL database, use -u -p flags to provide username and password:
2323
```
24-
$ "[YOUR_PATH_TO_MYSQL]\bin\mysql.exe" < database_backup.sql
24+
$ "[YOUR_PATH_TO_MYSQL]\bin\mysql.exe" -u[USER_NAME] -p < database_backup.sql
2525
e.g:
2626
$ "C:\Program Files\MySQL\MySQL Server 5.6\bin\mysql.exe" -uroot -p < database_backup.sql
2727
```

0 commit comments

Comments
 (0)