About 559,000 results
Open links in new tab
  1. How to get database structure in MySQL via query?

    Feb 8, 2023 · Is it possible to somehow get structure of MySQL database, or just some table with simple query? Or is there another way, how can I do it?

  2. Understanding MariaDB Architecture - MariaDB Knowledge Base

    Dec 11, 2019 · MariaDB architecture is partly different from the architecture of traditional DBMSs, like SQL Server. Here we will examine the main components that a new MariaDB DBA needs …

  3. The mysql Database Tables - MariaDB Knowledge Base

    MariaDB comes pre-installed with a system database called mysql containing many important tables storing, in particular, grant and privilege information. Before MariaDB 10.4, system tables used the MyISAM storage engine.

  4. How to Get Table Structure in MariaDB / MySQL - r00t4bl3

    Apr 19, 2021 · There are at least two ways to get a MySQL table’s structure using SQL queries, depends on which output you prefer. Note: I'm using Laravel's users table as an example in this article. There are multiple options if you want column listing format: To obtain information about table structure in column listing format we can use DESCRIBE:

  5. How do I show the schema of a table in a MySQL database?

    SHOW CREATE TABLE The SHOW CREATE TABLE statement can be used to retrieve the CREATE TABLE statement to reproduce this table. For example: SHOW CREATE TABLE …

  6. Difference Between MySQL and MariaDB - GeeksforGeeks

    Jun 18, 2024 · Both databases are widely used for managing structured data and are known for their performance, reliability, and scalability. This article explores the key differences between MySQL and MariaDB, helping you understand their …

  7. MariaDB vs MySQL ‒ Key Differences, Pros and Cons, and More …

    Sep 6, 2024 · Despite having a similar structure and functionality, there are several key differences between MySQL and MariaDB. MariaDB and MySQL are both relational database management systems. While MariaDB remains fully open-source, MySQL has introduced closed-source modules alongside its open-source version.

  8. dbForge Schema Compare for MariaDB & MySQL

    dbForge Schema Compare is an efficient solution that allows for the comparison of the MariaDB database structure. With this tool, you can easily find the differences in MariaDB database schemas. Update MariaDB schemas by generating accurate synchronization scripts. Preview sync scripts for any schema objects.

  9. mariadb - Mysql : how to update table structure from another database ...

    Sep 23, 2020 · Is there a way to update DB2.table "quickly" without removing data or dropping the table, so the 96 new fields are added ? (a kind of structure sync without losing data)

  10. 5.4 Getting Information About Databases and Tables - MySQL

    What if you forget the name of a database or table, or what the structure of a given table is (for example, what its columns are called)? MySQL addresses this problem through several statements that provide information about the databases and tables it supports.

  11. Some results have been removed
Refresh