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 …

  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 …

  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 …

  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 …

  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 …

  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 …

  11. Some results have been removed
Refresh