Skip to content

Commit

Permalink
Merge pull request #39 from rajalokan/rajalokan-patch-1
Browse files Browse the repository at this point in the history
Updated README.md to fix - in command name
  • Loading branch information
percona-csalguero authored May 17, 2021
2 parents f9fb663 + 0f3e1c0 commit 49ba5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ CREATE TABLE `test`.`t3` (
```
To generate 100K random rows, just run:
```
mysql_random-data-load test t3 100000 --user=root --password=root
mysql_random_data_load test t3 100000 --user=root --password=root
```
```
mysql> select * from t3 limit 1\G
Expand Down

0 comments on commit 49ba5ff

Please sign in to comment.