About 131,000 results
Open links in new tab
  1. Create a new database with MySQL Workbench - Stack Overflow

    Mar 4, 2016 · Those who are new to MySQL & Mac users; Note that, Connection is different than Database. Steps to create a database. Step 1: Create connection and click to go inside. Step 2: Click on database icon. Step 3: Name your database schema. Step 4: Apply query. Step 5: Your DB created, enjoy...

  2. How to create a local database for MYSQL workbench?

    Nov 3, 2016 · Click on it and start Apache, MySQL and if anything you need. Open browser, type : localhost/phpmyadmmin This will give you an GUI to manage databases locally on your machine. XAMPP basically provides you local server.

  3. 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 database. I know the usual way is probably using data export to generate a sql script of the database and then run the script on the new database but I encounter some issues ...

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

    I'm just trying to create a new MySQL database with a few simple tables. I created a new EER Model in Workbench so I have the database modeled I want it, with all the tables/fields I need. I don't see any way to take the model and create an actual database out of it. Right now it just created a .mwb "MySQL Workbench file".

  5. Creating a database with MySQL Workbench from existing …

    Jan 24, 2014 · As of MySQL Workbench 8.0, go to the menu item Database > Forward Engineer. After specifying your database connection and model export options, you’ll be able to create the database you have designed. See MySQL Workbench Manual :: 9.4.1.2 Forward Engineering to a Live Server for details.

  6. 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 Instance: Select New Server Instance option within …

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

    Quoting ivan n : "If importing a database, you need to create one first with the same name, then select it and then IMPORT the existing database to it. Hope it works for you!" These are the steps: Create a Database, for instance my_db1, utf8_general_ci. Then click to go inside this database. Then click "import", and select the database: my_db1.sql

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

    Dec 29, 2015 · I found this question by searching Google for "mysql workbench export database sql file". The answers here did not help me, but I eventually did find the answer, so I am posting it here for future generations to find: Answer. In MySQLWorkbench 6.0, do the following: Select the appropriate database under MySQL Connections

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

    Apr 4, 2012 · Workbench allows the user to create a new table from a file in CSV or JSON format. It handles table schema and data import in just a few clicks through the wizard. In MySQL Workbench, use the context menu on table list and click Table Data Import Wizard. More from the MySQL Workbench 6.5.1 Table Data Export and Import Wizard documentation.

  10. File location for database created in MYSQL workbench

    Open Workbench; Open the appropriate MySQL connection (the one you used to create the database) Open the "Management" tab in the Navigator (left pane) Open "Server Status" under "Management" to view information about your MySQL server; Note the "Data Directory" path on that page; This is where your recently created database lives.

Refresh