About 130,000 results
Open links in new tab
  1. 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 …

  2. Create a new MySQL database using Workbench - Stack Overflow

    Does Workbench even have the capabilities to create a database or is it only for connecting/editing existing databases? If Workbench can't create new databases, what is a …

  3. Creating a database with MySQL Workbench from existing …

    Jan 24, 2014 · This for mysql workbench version 6.0 and for exporting a schema. Select tab MySQL Model Select File->Export->Forward Engineer SQL Create Place a file name to be …

  4. MySQL Workbench - How to clone a database on the same server …

    Mar 5, 2019 · I am using MYSQL Workbench and I want to clone a database on the same server with different name. It should duplicate the all the tables structure and data into the new …

  5. How to generate the whole database script in MySQL Workbench?

    Dec 29, 2015 · How to generate SQL scripts for your database in Workbench In Workbench Central (the default "Home" tab) connect to your MySQL instance, opening a SQL Editor tab. …

  6. Error 1046 No database selected, how to resolve? - Stack Overflow

    what happened to me was: create a schema, filled in the name of the database, then it says "fail, no database selected". reopen workbench, i see database that i have just failed to created. …

  7. How to take MySQL database backup using MySQL Workbench?

    For Workbench 6.0 Open MySql workbench. To take database backup you need to create New Server Instance (If not available) within Server Administration. Steps to Create New Server …

  8. How to create E-R diagram in mysql - Stack Overflow

    Jul 26, 2011 · To Create ER Diagram in MySQL follow these steps: 1.First install MySQL Workbench in your computer Click File->Import->Reverse Engineer MySQL Create Script. …

  9. Create MySQL Database with .SQL File - Stack Overflow

    May 26, 2012 · How do I create the MySQL database using the .SQL file and get it to show up in this list? I have tried this code: mysql -u username -p password database_name < filename.sql …

  10. database - Create mysql table directly from CSV file using the CSV ...

    Apr 4, 2012 · I'm recommended use MySQL Workbench where is import data. Workbench allows the user to create a new table from a file in CSV or JSON format. It handles table schema and …

Refresh