We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98757fc commit d2c1ba7Copy full SHA for d2c1ba7
Makefile
@@ -23,7 +23,7 @@ demo:
23
index_digest mysql://index_digest:qwerty@127.0.0.1/index_digest --sql-log sql/0002-not-used-indices-log --analyze-data --skip-checks=non_utf_columns --skip-tables=0028_no_time
24
25
sql-console:
26
- mysql --protocol=tcp -uindex_digest -pqwerty index_digest
+ mysql --prompt='mysql@\h[\d]>' --protocol=tcp -uindex_digest -pqwerty index_digest
27
28
publish:
29
# run git tag -a v0.0.0 before running make publish
0 commit comments