Skip to content

Commit 47ecfeb

Browse files
committed
Update README.md
1 parent 54b28bb commit 47ecfeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Clone the repository from github.com to your working directory:
1919
$ git clone [email protected]:anychart-integrations/asp-net-c-sharp-mysql-template.git
2020
```
2121

22-
Set up MySQL database, use -u -p flags to provide username and password:
22+
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]\MySQL\MySQL Server 5.6\bin\mysql.exe" < "[YOUR_WORKING_DIRECTORY]\asp-net-c-sharp-mysql-template\database_backup.sql"
24+
$ "[YOUR_PATH_TO_MYSQL]\bin\mysql.exe" < database_backup.sql
2525
e.g:
26-
$ "C:\Program Files\MySQL\MySQL Server 5.6\bin\mysql.exe" -uroot -ppassword < "D:\work\asp\asp-net-c-sharp-mysql-template\database_backup.sql"
26+
$ "C:\Program Files\MySQL\MySQL Server 5.6\bin\mysql.exe" -uroot -ppassword < database_backup.sql
2727
```
2828

2929
Open project in Visual Studio using AspNetCSharpMysqlTemplate.sln solution file

0 commit comments

Comments
 (0)