Skip to content

Commit 770a3ff

Browse files
bebeheiSuperQ
andauthored
Fix typo for locahost (#914)
This must be a typo in the README only. There is no other occurence when doing `git grep locahost` for this value. Signed-off-by: Benedikt Heine <[email protected]> Co-authored-by: Ben Kochie <[email protected]>
1 parent 27ef617 commit 770a3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ collect.sys.user_summary | 5.7 | C
139139
### General Flags
140140
Name | Description
141141
-------------------------------------------|--------------------------------------------------------------------------------------------------
142-
mysqld.address | Hostname and port used for connecting to MySQL server, format: `host:port`. (default: `locahost:3306`)
142+
mysqld.address | Hostname and port used for connecting to MySQL server, format: `host:port`. (default: `localhost:3306`)
143143
mysqld.username | Username to be used for connecting to MySQL Server
144144
config.my-cnf | Path to .my.cnf file to read MySQL credentials from. (default: `~/.my.cnf`)
145145
log.level | Logging verbosity (default: info)

0 commit comments

Comments
 (0)