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

    Jul 16, 2013 · To import a database, use the following command. mysql> create new_database; mysql> use new_database; mysql> source (Here you need to import the path of the SQL file); …

  2. mysql import on windows - Stack Overflow

    Nov 21, 2009 · If you are already logged in the try this it will be very useful, but depend upon the MySQL version, it works on MySQL 5.0. For log in if you are not already logged in. …

  3. How can I import a database with MySQL from terminal?

    Dec 28, 2010 · The simplest way to import a database in your MYSQL from the terminal is done by the below-mentioned process - mysql -u root -p root database_name < path to your .sql file …

  4. mysqldump - MySQL DB import/export command line in Windows - Database ...

    How do I import and export a local instance of a MySQL database via command-line interface? My operating system is Windows and WampServer server is installed.

  5. How to import MySQL database under Windows? (windows import mysql ...

    Nov 19, 2024 · Whether you are migrating data, restoring backups, or setting up a new environment, knowing how to import a MySQL database under Windows is essential. This …

  6. 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 …

    Missing:

    • Window

    Must include:

  7. How to Import a MySQL Database: Quick Guide and Tutorial

    Jul 22, 2024 · Are you looking to import a MySQL database? Whether you’re a beginner or an experienced professional, this guide will walk you through various methods to import your …

    • Reviews: 574
    • 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 …

    • How to Import an SQL Database in MySQL - Veeble Hosting

      Mar 13, 2025 · There are several methods to import an SQL database into MySQL, including using the Command line, phpMyAdmin, MySQL Workbench, and various database …

    • Import an SQL file in MySQL (Using CMD or Powershell)

      Dec 15, 2022 · Here are the steps to import .sql file using MySQL Workbench. Launch MySQL Workbench. In "Import from disk"-> select "Import from self-contained file" and then search for …

    • Some results have been removed
    Refresh