Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d3athkai/sample-mysql-dump
https://github.com/d3athkai/sample-mysql-dump
mariadb mysql sample-mysql-dump sql
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/d3athkai/sample-mysql-dump
- Owner: d3athkai
- Created: 2020-05-10T15:04:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T15:56:57.000Z (almost 5 years ago)
- Last Synced: 2024-11-29T20:11:37.130Z (3 months ago)
- Topics: mariadb, mysql, sample-mysql-dump, sql
- Homepage:
- Size: 12.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample mysql dump
**db-3m.sql.tar.gz** contains 3 million records.
`cd /tmp`
`wget https://github.com/d3athkai/sample-mysql-dump/blob/master/db-3m.sql.tar.gz?raw=true -O db-3m.sql.tar.gz`
`tar xfvz db-3m.sql.tar.gz`
`mysql -u root -p -e "create database test";`
`mysql -u root -p test --binary-mode