@freda_73 Merci, il semble prometteur ce #Katyusha. Pour le moment #AnalyseSI est davantage fonctionnel. Pour #MySQLWorkbench et #DBeaver (qui supporte MySQL, MariaDB, SQLite...) j'ai comme retour de mes collègues que c'est encore trop lourd pour juste montrer les étapes de conception de la #BDD. Dans le même style que Katyucha et moins dépendant de la méthode #Merise, on m'a conseillé #DrawDB https://www.drawdb.app qui semble leur convenir davantage et qui serait installable sur les ordis.
drawDB | Online database diagram editor and SQL generator

Online database entity-realtionship diagram editor, data modeler, and SQL generator. Design, visualize, and export scripts without an account and completely free of charge.

2/2 ...

The top of the exported file has these lines:

CREATE DATABASE IF NOT EXISTS `databaseName` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;
USE `databaseName`;

If I change "databaseName" to a different name, is that enough for it to restore everything from the export file to a new database of a different name?

#backups #databases #InnoDB #MySQL #MySQL8 #MySQLworkbench

Hmn have I run into a bug in MySQL Workbench? Trying it on a Sonoma-based Mac. Create table and there's a weird issue with what's normally the table name area. Can't seem to type anywhere in the blue highlighted box to give it a name 🤔
#MySQL #Database #MySQLWorkbench
How to deploy WordPress on Azure App Service

Learn how to deploy WordPress on Azure App Service. Install MySQL Workbench to connect with Azure Database for MySQL Server.

TechDirectArchive
MySQLでテーブルを作成する - Qiita

MySQL Workbenchでテーブルを作成しましょう。MySQLをインストールしている前提で話を進めます。MySQLのインストールはこちら↓WindowsにMySQLをインストールするhtt…

Qiita
Download your MySQL database from Azure to a local PC with MySQL Workbench

MySQL Database can be run on local PC. Learn how to download your MySQL database from Azure to a local PC with MySQL Workbench

TechDirectArchive
How To Setup MySQL With Docker In Linux - OSTechNix

This guide explains how to setup MySQL with docker and how to connect to MySQL databases from command line and GUI client MySQL Workbench.

OSTechNix
How To Setup MySQL With Docker In Linux - OSTechNix

This guide explains how to setup MySQL with docker and how to connect to MySQL databases from command line and GUI client MySQL Workbench.

OSTechNix