Created
March 4, 2020 08:38
-
-
Save rubi022/bb8d666c39e313ee00860cef98d7d7ac to your computer and use it in GitHub Desktop.
mysql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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