Skip to content

Instantly share code, notes, and snippets.

@rubi022
Created March 4, 2020 08:38
Show Gist options
  • Save rubi022/bb8d666c39e313ee00860cef98d7d7ac to your computer and use it in GitHub Desktop.
Save rubi022/bb8d666c39e313ee00860cef98d7d7ac to your computer and use it in GitHub Desktop.
mysql
import big files to mysql database
mysql -u username -p
use db_name;
source backup-file.sql;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment