About 39,200,000 results
Open links in new tab
  1. How to Back Up and Restore a Database in MySQL - MySQL

    To back up a database on the MySQL server, you use the mysqldump program that comes by default with the MySQL client installation. To restore a backup created by the mysqldump …

  2. How to Export MySQL Database using Command Line?

    Jun 12, 2024 · Exporting MySQL databases using the command line utility in Windows is a knowledge every Database Administrator and developer should possess. The mysqldump …

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

  4. How to Backup MySQL Database (3 Simple Methods)

    Jul 1, 2020 · Follow the process to backup mysql database via CLI. 1. Connect to MySQL server via command line. 2. Enter the password and hit enter. 3. Take a backup of the database …

  5. How to export a mysql database using Command Prompt?

    Jun 13, 2010 · First check if your command line recognizes mysql command. If not go to command & type in: Then use this command to export your database: You will then be …

  6. How to export a Database from MySQL?

    Nov 29, 2024 · Here’s a step-by-step guide to exporting a database from MySQL: To export a database from MySQL, you need to connect to the database using a tool like phpMyAdmin, …

  7. MySQL 8: Ways to Dump a Database to an SQL File

    Jan 25, 2024 · Dumping a database to an SQL file in MySQL 8 is an essential task for database backup, replication, and transfer. This guide will detail several solutions for performing this …

  8. 3 Best Methods to Export MySQL Database - Hevo Data

    Jul 5, 2024 · At times, you may need to export your database in MySQL in order to transfer it to another destination such as a data warehouse. This may be required to integrate data from …

  9. How to Export Database in MySQL From the Command Line

    Mar 11, 2025 · Exporting a MySQL database from the command line can seem daunting at first, but it’s a straightforward process once you understand the steps involved. Whether you’re a …

  10. Importing and exporting a MySQL database - A2 Hosting

    In the Save File dialog box, type the filename and select the directory where you want to save the exported database on your local computer. Click Save. The export process runs. You can …

  11. Some results have been removed
Refresh