We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61780f1 commit c8c26f6Copy full SHA for c8c26f6
README.md
@@ -21,7 +21,7 @@ $ git clone git@github.com:anychart-integrations/asp-net-c-sharp-mysql-template.
21
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
```
24
-$ "[YOUR_PATH_TO_MYSQL]\bin\mysql.exe" < database_backup.sql
+$ "[YOUR_PATH_TO_MYSQL]\bin\mysql.exe" -u[USER_NAME] -p < database_backup.sql
25
e.g:
26
$ "C:\Program Files\MySQL\MySQL Server 5.6\bin\mysql.exe" -uroot -p < database_backup.sql
27
0 commit comments