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 Managing a mySQL database table
MySQL Insert information into tables
MySQL Show mySQL database tables
MySQL Deleting information
MySQL Edit table content
MySQL Column Move
MySQL Show PostgreSQL database tables
MySQL Change auto increment counter
MySQL Table information display
MySQL Managing a PostgreSQL database table