diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-06-12 14:50:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-12 14:50:58 +0200 |
| commit | f309cf79bbb032a0686b7d04feb8fec18e600a84 (patch) | |
| tree | 9ea7db08f0698ec9af213941307c83246c7b68a3 /docs/Environment-Variable.md | |
| parent | b2610fad21012673061f5af786b022c96625cc26 (diff) | |
| download | wiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.tar.gz wiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.tar.bz2 wiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.zip | |
chore: file naming standard (#517)
* A
* file naming standard
Fixes #491
* Revert "A"
This reverts commit 1c225fed753554098069597a2bbcbe08213b76a1.
* rename
* Revert "rename"
This reverts commit 65fd916faf8530ce258cc2b475c93971468680fe.
* Revert "file naming standard"
This reverts commit 6ca5a703a9e9d59f9c773029e4c04bfd012b6abb.
* bye
* Hi
* Create the-staging-branch.md
* 1
* Delete how-to-create-a-PR.md
* Create how-to-create-a-pr.md
* werafgt
* Update the-modular-structure.md
* wef
Diffstat (limited to 'docs/Environment-Variable.md')
| -rw-r--r-- | docs/Environment-Variable.md | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/Environment-Variable.md b/docs/Environment-Variable.md deleted file mode 100644 index b6f306f..0000000 --- a/docs/Environment-Variable.md +++ /dev/null @@ -1,26 +0,0 @@ -### Introduction -To use MySQL server on the command line, you must have the correct system path. This is usually done automatically. - -How to check if the MySQL server is a Environment Variable: -* Press `Windows + R` and type cmd -* In the CMD opened type `mysql` - -If the MySQL server is not a Environment Variable you will get an error like : `Not recognised command` - -### Requirements -It is a must to have MySQL server already installed, if you don't have MySQL server installed follow [this tutorial](http://www.azerothcore.org/wiki/Requirements) - -### Procedure - -* Locate `mysql.exe`. For example: `C:\Program Files\MySQL\MySQL Server 5.6\bin` -* Search for `Edit the system environment variables` -* Click `Environment Variables` and locate `User variables for $USERNAME` -* Select `Path` variable and click Edit -* Press the `New` button and insert the path to `mysql.exe` you located earlier -* * Example: `C:\Program Files\MySQL\MySQL Server 5.6\bin` - -Now everything is set-up and you can acces `mysql` from the command line. - -To check if the set-up was done correctly press `Windows + R` and type cmd, when you will type `mysql` in the console you will see all the options. - -[Click here to return to the Database Setup](http://www.azerothcore.org/wiki/Database-Setup) |
