Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mesh
meshmap
Commits
c8b27b46
Commit
c8b27b46
authored
May 27, 2018
by
Eric - kg6wxc
Browse files
Bugfix - README.md
Fixed an important typo in README.md and README.html
parent
ad45ebfd
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.html
View file @
c8b27b46
...
...
@@ -102,7 +102,7 @@ Choose your own password!</p>
<blockquote><p><code>
sudo mysql
</code><br/>
<code>
CREATE USER 'mesh-map'@'localhost' IDENTIFIED BY 'password';
</code><br/>
<code>
GRANT ALL PRIVILEGES on node_map.* TO 'mesh-map'@'localhost';
</code><br/>
<code>
FLUSH PRIVLEGES;
</code></p></blockquote></li>
<code>
FLUSH PRIV
I
LEGES;
</code></p></blockquote></li>
<li><p><strong>
4: Copy scripts/user-settings.ini-default to /scripts/user-settings.ini and edit the user-settings.ini file
</strong></p>
<ul>
...
...
README.md
View file @
c8b27b46
...
...
@@ -82,7 +82,7 @@ Choose your own password!
> `sudo mysql`
> `CREATE USER 'mesh-map'@'localhost' IDENTIFIED BY 'password';`
> `GRANT ALL PRIVILEGES on node_map.* TO 'mesh-map'@'localhost';`
> `FLUSH PRIVLEGES;`
> `FLUSH PRIV
I
LEGES;`
-
**4: Copy scripts/user-settings.ini-default to /scripts/user-settings.ini and edit the user-settings.ini file**
*
The file scripts/user-settings.ini is the most important to get right.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment