File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ Clone the repository from github.com to your working directory:
19
19
$ git clone [email protected] :anychart-integrations/asp-net-c-sharp-mysql-template.git
20
20
```
21
21
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:
23
23
```
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
25
25
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
27
27
```
28
28
29
29
Open project in Visual Studio using AspNetCSharpMysqlTemplate.sln solution file
You can’t perform that action at this time.
0 commit comments