About 115,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 Overview tab of the SQL edi...

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

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

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

    Mar 5, 2019 · You can use migration wizard from MySQL Workbench. Just choose the same local connection in both source and target selection, then change schema name on manual editing step. If nothing appears on manual editing step click next and the source and targets will appear. Click slowly on the source database name and edit to the correct name.

  5. Cannot connect to Database server (mysql workbench)

    Forr me reason was that I tried to use newest MySQL Workbench 8.x to connect to MySQL Server 5.1 (both running on Windows Server 2012). When I uninstalled MySQL Workbench 8.x and installed MySQL Workbench 6.3.10 it successfully connected to localhost database

  6. mysql - How to copy the whole database to another server …

    Jun 25, 2019 · Using MySQL Workbench [Migration Wizard] To directly copy a database from one server to another (even a local one) without creating intermediary export/dump files, you can do so within MySQL Workbench using its Migration Wizard. Go to Database--> Migration Wizard.

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

  8. How to share MySQL database with other team members

    Then you MySQL database can be accessed by anyone with an authorized connection and whitelisted IP address. Another solution is using a cloud-based data warehouse like a Snowflake or Acho Studio. Once you have the MySQL database connected to the DW, your teammates should be able to access the tables you've authorized them to see.

  9. How to backup MySQL with MySQL workbench automatically

    Nov 17, 2012 · But don't worry, you can still make a backup of your database. Click the Data Dump tab to access the export utility. Check the box for the database you want to back up Choose Export to Self-Contained File and make sure the path is correct. Hit the Start Export button. Edit: I am using mysql administrator, which has schedule option. check this also:

  10. 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. Click Browse and select your SQL create script. Make Sure "Place Imported Objects on a diagram" is checked. Click Execute Button. Click Model->Add Diagram.

Refresh