Skip to content
On this page

An image

ray.so

Import DB Using Command Line

A command line for mysql to import db from any sql file.

sh
# import db using command line
mysql -u username -p database_name < file.sql

Last updated: