CODE
LIBARY.COM
Home
/
MySQL
MySQL Import large files
Import large files using MySQL console
mysql -u username -p database_name < /path/to/file.sql
mysql -u username -p database_name < /path/to/file.sql
Copy to Clipboard
Related Snippets
MySQL Edit table content
MySQL mySQL Table check
MySQL Show PostgreSQL database tables
MySQL Show mySQL database tables
MySQL Column Move
MySQL Insert information into tables
MySQL Managing a mySQL database table
MySQL Managing a PostgreSQL database table
MySQL Move columns in MySQL table
MySQL Creatig Tables