Skip to content

Commit 2450308

Browse files
authored
Update README.md
1 parent d1295ab commit 2450308

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
@@ -20,7 +20,7 @@ Once you have started the server, all you will need to do is help your players b
2020

2121
First, let's set up how you are going to use SQL. There are many ways, and as long as it can connect to MySQL, it will work. Therefore, for we suggest the use of MySQL Workbench, you can learn how to set it up [here]([github.com/test](https://github.com/Milnerrafe/SQL-Challenge/blob/main/Setting%20Up%20a%20MySQL%20Workbench%20and%20Server%20on%20Windows.pdf)); we also advise against using a SQL tool that just lets you look at the tables like Excel, as doing this, you may not learn as much SQL. For those who are not familiar with SQL, our guide [here]([github.com/test](https://github.com/Milnerrafe/SQL-Challenge/blob/main/SQL%20Guide.pdf)) will help.
2222

23-
Once you have SQL set up, we need to access the web app to get your detective tasks and check your answers. Go to https://sql-challenge.pages.dev/. First, you will need to enter your host's server URL in this format `http://serveripaddress:8000` do not include a trailing / at the end.
23+
Once you have SQL set up, we need to access the web app to get your detective tasks and check your answers. Go to http://sql-challenge.milnerrafe.com/. First, you will need to enter your host's server URL in this format `http://serveripaddress:8000` do not include a trailing / at the end.
2424

2525
Next, you will need to enter account details for your MySQL server. You can get these from your host, and they are the same used in MySQL Workbench from before; make sure that you have full privileges, or the server will not work
2626

0 commit comments

Comments
 (0)