Skip to content
GitLab
Menu
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
45d534fd
Commit
45d534fd
authored
Jun 04, 2018
by
Eric - kg6wxc
Browse files
Typo: fixed
#4
in the README file.
just removed a / in a path to make it less confusing.
parent
1690d7a6
Changes
2
Show whitespace changes
Inline
Side-by-side
README.html
View file @
45d534fd
...
...
@@ -106,7 +106,7 @@ Choose your own password!</p>
<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 PRIVILEGES;
</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>
<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>
<li>
The file scripts/user-settings.ini is the most important to get right.
<br/>
...
...
README.md
View file @
45d534fd
...
...
@@ -87,7 +87,7 @@ Choose your own password!
> `GRANT ALL PRIVILEGES on node_map.* TO 'mesh-map'@'localhost';`
> `FLUSH PRIVILEGES;`
-
**4: Copy scripts/user-settings.ini-default to
/
scripts/user-settings.ini and edit the user-settings.ini file**
-
**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.
It is
**very important**
to make sure your SQL username and password are correct in scripts/user-settings.ini!!
*
Also important is, if the system that this is running on cannot resolve "localnode.local.mesh" you can change that in the user-settings.ini file.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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