About 679,000 results
Open links in new tab
  1. How can I import data into mysql database via mysql workbench?

    Apr 8, 2013 · For MySQL Workbench 8.0 navigate to: Server > Data Import A new tab called Administration - Data Import/Restore appears. There you can choose to import a Dump Project Folder or use a specific SQL file according to your needs.

  2. MySQL workbench : How to export mysql database to .sql file?

    Aug 19, 2022 · In MySql Workbench version 8.0 you can just follow the next steps. Go to Server tab; Go to Database Export; This opens up something like this. Select the schema to export in the Tables to export; Click on Export to Self-Contained file; Check if Advanced Options... are exactly as you want the export; Click the button Start Export

  3. How to Import and Export Data to Database in MySQL Workbench?

    Jan 2, 2023 · You can import the current data and/or the entire database into MySQL Workbench and store it. In essence, it converts the current data into SQL query statements, adds it to a SQL file made when you import the data, and so on.

  4. sql - Importing Data and Schema to MySQL Workbench - Stack Overflow

    Oct 9, 2014 · You have to select the menu item Server -> Data Import -> Import from Self-Contained File and select the SQL file containing the database you want to import. In Default Target Schema , select the database you want to import the SQL dump to, or create a new empty database via New...

  5. How to Import a Database into MySQL Workbench: A Step-by …

    Jun 4, 2024 · To import the database using an SQL script, you need to open the script file in MySQL Workbench and execute it. The software will then run each command in the script to recreate the database and insert the data accordingly.

  6. MySQL :: MySQL Workbench Manual :: 6.5.2 SQL Data Export …

    Select each schema you want to export, optionally choose specific schema objects/tables from each schema, and generate the export. Configuration options include exporting to a project folder or self-contained SQL file, optionally dump stored routines and events, or skip table data.

  7. 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 Workbench to import SQL files. Use a web-based database manager such as phpMyAdmin.

  8. How to Import a CSV using MySQL Workbench - Database Star

    Jun 2, 2023 · Here’s how to import a CSV file using MySQL Workbench: Connect to your database. Right-click on the database and select Table Data Import Wizard. Select your CSV file. Select an existing table or enter a name for a new table. Configure the import settings (data types, line separator, etc). Finish the process. Let’s look into these in more detail.

  9. Create a new database with MySQL Workbench - Stack Overflow

    Mar 4, 2016 · Being new to MySQL, I have installed the latest version of the MySQL Workbench (5.2.33). I would like to know how you can create a database with this application. In the Overview tab of the SQL editor there are few "MySQL Schema" displayed, are these schemas the existing databases? Launch MySQL Workbench.

  10. MySQL Workbench Export and Import Database: How To

    Jun 10, 2023 · Are you using MySQL Workbench and want to export your database? Or do you have an export file and want to import your database? In this guide, you’ll learn how to export a database and import a database in MySQL Workbench, with screenshots and step-by-step instructions. Let’s get into it.

Refresh