About 236,000 results
Open links in new tab
  1. How to import an SQL file using the command line in MySQL?

    Jul 16, 2013 · Try: mysql -u username -p database_name < file.sql Check MySQL Options. Note 1: It is better to use the full path of the SQL file file.sql. Note 2: Use -R and --triggers with …

  2. How To Import and Export Databases in MySQL or MariaDB

    Dec 22, 2016 · In this tutorial, you will work with database dumps in MySQL or MariaDB (the commands are interchangeable). Specifically, you will export a database and then import that …

  3. mysqldump - How to import a .sql file in MySQL? - Database ...

    When you are using mysqldump, the exported file will be saved in the current folder. It doesn't matter under what path it is. Just when importing from command line you need to be at the …

  4. Importing Multiple SQL Dump Files Into MySQL From the

    Mar 18, 2024 · In this article, we explored different ways to import multiple SQL dump files into a MySQL database. In particular, one method involved using a for loop to import the dump files …

  5. How to Import and Export a MySQL Database - phoenixNAP

    Mar 11, 2024 · MySQL includes the mysqldump command that creates a dump file with all the data related to the specified database. Once generated, the file can be shared or used as a …

  6. 3 Ways To Import SQL File In MySQL (Step-By-Step Guide)

    Nov 11, 2023 · There are 3 common ways to import an SQL file into MYSQL: Run mysql -u USER -p DATABASE_NAME < PATH/TO/FILE.sql in the command line (or terminal). Use MySQL …

  7. The Complete mysqldump Guide (with examples)

    Dec 7, 2020 · How to restore / import a MySQL mysqldump dump file? What does the mysqldump --quick flag do? What does the --single-transaction flag do? How to dump large tables? How to …

  8. How to Import MySQL DumpMySQL Cluster

    By following the steps outlined in this article, you can import a MySQL dump into a new database with ease. Remember to create a new database, grant privileges to the user, import the dump, …

  9. MySQL :: MySQL 9.3 Reference Manual :: 6.5.4 mysqldump — A …

    If you are using a recent version of mysqldump to generate a dump to be reloaded into a very old MySQL server, use the --skip-opt option instead of the --opt or --extended-insert option. For …

  10. How to import MySQL script to server - convert-in.com

    This article explains how to move dump file contents to MySQL server using the most popular tools. 1. MySQL console client (mysql) Syntax of the command line depends on the structure …

  11. Some results have been removed
Refresh