Skip to content

Commit 61780f1

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ This example shows how to use Anychart library with the C# programming language
88
This example uses .NET framework 4.6.1, ASP.NET 4.0.30319, ASP.NET MVC 5.2, Visual Studio 2015 Community, MySQL 5.6 and MySQL Connector/NET 6.9.9.0 - ADO.NET driver for MySQL.
99
To check your installations, please, use Windows Control Panel -> Programs and features.
1010
If you miss some installations, please, visit:<br />
11-
[MySQL download page](https://dev.mysql.com/downloads/installer/) and [installation instructions](http://dev.mysql.com/doc/refman/5.7/en/installing.html) to setup MySQL<br />
12-
[Visual Studio download page](https://www.visualstudio.com/downloads/) to install Visual Studio, .NET framework and ASP.NET <br />
13-
[Connector/Net download page](https://dev.mysql.com/downloads/connector/net/6.9.html) to install MySQL Connector/NET<br />
11+
[MySQL download page](https://dev.mysql.com/downloads/installer/) and [installation instructions](http://dev.mysql.com/doc/refman/5.7/en/installing.html) to setup MySQL;<br />
12+
[Visual Studio download page](https://www.visualstudio.com/downloads/) to install Visual Studio, .NET framework and ASP.NET;<br />
13+
[Connector/Net download page](https://dev.mysql.com/downloads/connector/net/6.9.html) to install MySQL Connector/NET.<br />
1414

1515
To start this example run commands listed below.
1616

@@ -23,7 +23,7 @@ Open cmd console in 'asp-net-c-sharp-mysql-template' folder and set up MySQL dat
2323
```
2424
$ "[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 < database_backup.sql
26+
$ "C:\Program Files\MySQL\MySQL Server 5.6\bin\mysql.exe" -uroot -p < database_backup.sql
2727
```
2828

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

0 commit comments

Comments
 (0)