Leitura inicial: o ambiente possui pontos que exigem atenção para migração ao MySQL 8.4.
| item | value |
|---|---|
| hostname | mariadb.localdomain |
| version | 10.11.16-MariaDB-log |
| version_comment | MariaDB Server |
| port | 3306 |
| socket | /data/mysql/mysql.sock |
| datadir | /data/mysql/ |
| basedir | /usr/local/mysql |
| log_bin | 1 |
| binlog_format | ROW |
| sql_mode | STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION |
| character_set_server | latin1 |
| collation_server | latin1_swedish_ci |
| database_name |
|---|
| information_schema |
| lab_migracao |
| mysql |
| performance_schema |
| sys |
| test |
| table_name | engine |
|---|---|
| aria_dump | Aria |
| aria_origem | Aria |
| clientes_innodb | InnoDB |
| log_clientes | InnoDB |
| pedidos_myisam | MyISAM |
| engine | qtd_tabelas |
|---|---|
| Aria | 2 |
| InnoDB | 2 |
| MyISAM | 1 |
| schema_name | size_mb |
|---|---|
| lab_migracao | 0.10 |
| table_name | engine | table_rows | size_mb |
|---|---|---|---|
| aria_dump | Aria | 2 | 0.03 |
| aria_origem | Aria | 2 | 0.03 |
| clientes_innodb | InnoDB | 3 | 0.02 |
| log_clientes | InnoDB | 0 | 0.02 |
| pedidos_myisam | MyISAM | 3 | 0.00 |
| routine_schema | routine_name | routine_type | definer |
|---|---|---|---|
| lab_migracao | sp_lista_clientes | PROCEDURE | root@localhost |
| trigger_schema | trigger_name | event_manipulation | event_object_table | action_timing | definer |
|---|---|---|---|---|---|
| lab_migracao | trg_after_insert_clientes | INSERT | clientes_innodb | AFTER | root@localhost |