Skip to content

Commit

Permalink
Fix grammar mistakes and change wording (#727)
Browse files Browse the repository at this point in the history
* Fix grammar mistakes and change wording

* Slight grammar changes

Co-Authored-By: Divya Baid <32747809+divyabaid16@users.noreply.github.com>

* Revert a change
  • Loading branch information
fwsmit authored and jywarren committed Jun 19, 2019
1 parent ca0633f commit 5987398
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions MYSQL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ bundle exec bundle install

**Homebrew setup:**

(Note: alternative to Homebrew is [mySQL community server](https://dev.mysql.com/downloads/mysql/5.7.html#downloads) - available for all systems)
(Note: An alternative to Homebrew is [mySQL community server](https://dev.mysql.com/downloads/mysql/5.7.html#downloads) - available for all systems)

Dependencies:

Expand Down Expand Up @@ -98,7 +98,7 @@ $ mysql -u <username> -p <password>

Permission issues above?

(note these commands also fix the error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2))
(Note: These commands also fix the error - `Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)`)

```Bash

Expand Down Expand Up @@ -135,7 +135,7 @@ mysql> exit

Reconfirm Access

(whenever want to access the mysql db locally, need to run this login first - suggest aliasing in bash profile)
Whenever you want to access the mysql db locally, you need to run this login first. It might be useful to alias this in your bash profile.

```Bash

Expand Down Expand Up @@ -167,10 +167,9 @@ $ GRANT ALL ON *.* TO 'mapknitter' WITH GRANT OPTION;

```

_If you get the error `Access denied for user 'root'@'localhost'" error"`_
_If you get the error `Access denied for user 'root'@'localhost'" error"`_

Meaning maybe you forgot your root password or was not prompted when installing.
You might be having some dependencies of mysql in your machine. You need to remove all the dependencies and reinstall mysql a fresh.
Meaning maybe you forgot your root password or was not prompted when installing. You might be having some dependencies of mysql in your machine. You need to remove all the dependencies and reinstall mysql a fresh.
Use the following commands to remove mysql and all its dependencies

```Bash
Expand Down

0 comments on commit 5987398

Please sign in to comment.