On November 11, 2020 . By CodimTh Category: Web Drupal How do I import an SQL file using the command line in MySQL To import a single database, use the following command. mysql -u username -p password dbname < dump.sql To import multiple database dumps, use the following command. mysql -u username -p password < dump.sql Tags : MySQL Database API Previous PostUpdating Column Attributes in LaravelNext PostProgrammatic list of Webform elements Comments Add new comment Your name Subject Comment About text formats Restricted HTML Leave this field blank
Comments