Update Accessing the Database authored by Devin's avatar Devin
...@@ -21,7 +21,7 @@ You're in! From this point, you'll need a basic understanding of how to execute ...@@ -21,7 +21,7 @@ You're in! From this point, you'll need a basic understanding of how to execute
# Local # Local
If you do not have Docker installed and setup with the FreshmanRPGSuite repository on your local machine, [follow this guide here](installing_docker). If you do not have Docker installed and setup with the FreshmanRPGSuite repository on your local machine, [follow this guide here](Installing-Docker).
Once you have the container running on your machine, you can do one of two things: Once you have the container running on your machine, you can do one of two things:
- Open a command prompt, and type `docker exec -it frpg_mysql mysql` - Open a command prompt, and type `docker exec -it frpg_mysql mysql`
... ...
......