Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Fix DB connection step in MySQLset up topic #8060

Merged
merged 4 commits into from
Oct 16, 2020

Conversation

meker12
Copy link
Contributor

@meker12 meker12 commented Oct 15, 2020

Corrected variable name in the command to connect to the database

Purpose of this pull request

Under the linked heading, Step 3 shows the following for Pro:
mysql -h<db> -P<number> -u<username> -p<password>

This should instead be
mysql -h<hosname> -P<number> -u<username> -p<password>

In its current state, it directs the user to use the Database Name as the Host option

Affected DevDocs pages

Corrected variable name in the command to connect to the database
@meker12 meker12 added Editorial Typo and grammar fixes or minor rewrites to correct inaccuracies 2.x Small Changes labels Oct 15, 2020
@meker12 meker12 self-assigned this Oct 15, 2020
@dobooth
Copy link
Contributor

dobooth commented Oct 16, 2020

running tests

@dobooth dobooth merged commit 8f67ba9 into master Oct 16, 2020
@ghost
Copy link

ghost commented Oct 16, 2020

Hi @meker12, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

@dobooth dobooth deleted the mae-correct-db-connection-info-cloud branch October 16, 2020 13:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
2.x Editorial Typo and grammar fixes or minor rewrites to correct inaccuracies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants