🗃️ BASES / MARIADB
Mirar bases, hurgar tablas, ver columnas y muestra. Borrado de DB desactivado para evitar una tragedia bíblica.
information_schema
Nivel actual
🧬 Columnas: information_schema / USER_PRIVILEGES
4| Campo | Tipo | Null | Key | Default | Extra |
| GRANTEE | varchar(385) | NO | | | |
| TABLE_CATALOG | varchar(512) | NO | | | |
| PRIVILEGE_TYPE | varchar(64) | NO | | | |
| IS_GRANTABLE | varchar(3) | NO | | | |
🔬 Muestra de datos
20 filas
| GRANTEE | TABLE_CATALOG | PRIVILEGE_TYPE | IS_GRANTABLE |
| 'bitacora_user'@'localhost' | def | USAGE | NO |
| 'caja_app'@'localhost' | def | USAGE | NO |
| 'dolibarruser'@'localhost' | def | USAGE | NO |
| 'gaston'@'localhost' | def | SELECT | NO |
| 'gaston'@'localhost' | def | INSERT | NO |
| 'gaston'@'localhost' | def | UPDATE | NO |
| 'gaston'@'localhost' | def | DELETE | NO |
| 'gaston'@'localhost' | def | CREATE | NO |
| 'gaston'@'localhost' | def | DROP | NO |
| 'gaston'@'localhost' | def | REFERENCES | NO |
| 'gaston'@'localhost' | def | INDEX | NO |
| 'gaston'@'localhost' | def | ALTER | NO |
| 'gaston'@'localhost' | def | LOCK TABLES | NO |
| 'gaston'@'localhost' | def | CREATE VIEW | NO |
| 'gaston'@'localhost' | def | SHOW VIEW | NO |
| 'gaston'@'localhost' | def | EVENT | NO |
| 'gaston'@'localhost' | def | TRIGGER | NO |
| 'lista_user'@'localhost' | def | USAGE | NO |
| 'loader'@'localhost' | def | USAGE | NO |
| 'mariadb.sys'@'localhost' | def | USAGE | NO |