About 18,500,000 results
Open links in new tab
  1. How do I access a MySQL database with the MySQL command

    May 1, 2024 · Assuming that you are already logged into your MySQL database with the mysql command-line command, the basic command to work with an existing database is the use …

  2. How to show existing databases in MySQL? - Tutorial Kart

    This is useful when you need to check existing databases, verify successful database creation, or simply explore the available database structures. In this tutorial, we will explain how to display …

  3. sql - Open Existing DB in MySQL WorkBench - Stack Overflow

    Apr 22, 2014 · I got a DB files that created in My SQL , and I want open them in My SQL WorkBench 6.1. The files I got contains : FRM ,MYD , MYI for each table, and another file calls …

  4. Connect existing database to mysql - Stack Overflow

    Oct 20, 2015 · Start the migration wizard (via the Database menu), select a source db (connection), another one for the target, pick your objects you wanna transfer and follow the …

  5. How do I open an existing MySQL database in Workbench?

    From the main Workbench screen, you should see any db instances you have available on your server. Clicking the local instance should open you up to the query environment where you …

  6. Attaching an existing database with MySQL - Stack Overflow

    I have downloaded the latest free edition of MySQL, along with MySQL Workbench and am looking to connecct the existing database to the new installation; the equivalent to an "Attach" …

  7. How can I import data into mysql database via mysql workbench?

    Apr 8, 2013 · Then you can select the database objects to be imported or just click the Start Import button in the lower right part of the tab area. Having done that and if the import was …

  8. How do I open an existing database in MySQL workbench?

    Dec 18, 2020 · To access a specific database, type the following command at the mysql> prompt, replacing dbname with the name of the database that you want to access: use dbname; Make …

  9. How to open database in MySQL

    To open a database in MySQL, you need to follow these steps: Step 1: Install MySQL. If you haven’t already installed MySQL on your computer, you need to do so before you can open a …

  10. Selecting a database in MySQL - MySQL Tutorial

    Summary: in this tutorial, you will learn how to select a MySQL database using the USE command from the MySQL Command Line tool and MySQL Workbench. After connecting to the MySQL …

  11. Some results have been removed
Refresh