Skip to content

Instantly share code, notes, and snippets.

@juliosguz
Last active August 29, 2015 14:12
Show Gist options
  • Save juliosguz/e74e3ef734add6cc88de to your computer and use it in GitHub Desktop.
Save juliosguz/e74e3ef734add6cc88de to your computer and use it in GitHub Desktop.
#!/bin/sh
mysqlslap --concurrency=20 --iterations=1 --query="QUERY" --create-schema="DATABASE" --user="USER" --password="PASSWORD" --host="HOST"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment