About 19,800,000 results
Open links in new tab
  1. Select target schema using MySQL Workbench - Stack Overflow

    Mar 23, 2015 · How do I select the target schema using MySQL Workbench? `idtable1` INT NOT NULL, PRIMARY KEY (`idtable1`)) Turned out as a non-root user, I created a new user which would allow me to access the server remotely. I've since dropped that user, and performed the same activity as root user, and can now select the schema.

  2. MySQL :: MySQL Workbench Manual :: 8.2.3 Schema and Table …

    Use the Schema Inspector to browse general information from schema objects (shown in the figure that follows). It allows you to perform maintenance tasks on tables such as ANALYZE, OPTIMIZE, CHECK, and CHECKSUM TABLE. To access the inspector, right-click a schema and select the Schema Inspector.

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

  4. 8.2.1 Object Browser and Editor Navigator - MySQL

    Schema context menu. Right-click any schema object to show the context menu. Right-clicking on a schema provides similar options to the table context menu (see Table, view, and column context menus), but the operations refer to the schema.

  5. How do I set the default schema for a user in MySQL?

    Sep 14, 2012 · Is there a way to set a default schema for each user in MySQL and if so how? Where user x would default to schema y and user z would default to schema a.

  6. List schemas in MySQL database - MySQL Data Dictionary Queries

    View of databases (schemas) in MySQL Workbench. Blue rectangle selects system databases (schemas). Useful SQL queries for MySQL to explore database schema.

  7. How to create a database schema in MySQL - TheServerSide

    May 31, 2022 · Steps to create a schema in MySQL. Fortunately, it’s not hard to create a database schema in MySQL, especially if you have the MySQL Workbench tool at your disposal. Just follow these steps: Open the MySQL Workbench; Click the Create Schema option; Provide a schema name; Click apply to create the MySQL scheme

  8. Selecting a database in MySQL - MySQL Tutorial

    Selecting a database in MySQL Workbench. If you are using the MySQL Workbench application to connect MySQL instance, you can select a database by specifying the database name in the Default Schema: text box as shown in the following screenshot.

  9. MySQL Workbench - how to search all columns in every table

    Jan 10, 2017 · SELECT table_schema, table_name, column_name, data_type, ordinal_position FROM INFORMATION_SCHEMA.COLUMNS WHERE column_name = 'activated_at' ;

  10. MySQL :: MySQL Workbench Manual :: 10.8.2 Schema Retrieval …

    Retrieve a list of available databases and choose the specific databases (and tables) that you want to migrate to MySQL. The Schemas list is retrieved from both the source and target RDBMS. The account used for the connection will need to have appropriate privileges for listing and reading the schemas you want to migrate.

  11. Some results have been removed
Refresh