Comandi sulle tabelle
Articoli su come creare, modificare e mantenere le tabelle in MariaDB.
-
Aggiornare da MySQL 5.0 o precedente a MariaDB
Aggiornare da MySQL 5.0 o precedente a MariaDB -
ANALYZE TABLE
Registra le distribuzioni degli indici -
CHECK TABLE
Sintassi CHECK TABLE nome_tabella [, nome_tabella] ... [opzione] ... opzio... -
CHECKSUM TABLE
Sintassi CHECKSUM TABLE nome_tabella [, nome_tabella] ... [ QUICK | EXTENDE... -
DELETE
Sintassi Sintassi a tabella singola: DELETE [LOW_PRIORITY] [QUICK] [IGNORE] FROM nome_tabel -
Installare le tabelle di sistema (mysql_install_db)
mysql_install_db crea le tabelle di sistema nel database 'mysql'. MariaDB u... -
mysqlcheck
mysqlcheck è uno strumento di manutenzione che permette di verificare, ripa... -
mysql_upgrade
mysql_upgrade è uno strumento che controlla e aggiorna le tabelle all'ultim... -
OPTIMIZE TABLE
Reclama lo spazio inutilizzato e deframmenta i dati -
RENAME TABLE
Sintassi RENAME TABLE nome_tabella TO nuovo_nome [, nome_tabella2 TO nu... -
REPAIR TABLE
Sintassi REPAIR [NO_WRITE_TO_BINLOG | LOCAL] TABLE nome_tabella [, nome... -
TRUNCATE TABLE
Sintassi TRUNCATE [TABLE] nome_tabella Spiegazione TRUNCATE TABLE svuota co... -
UPDATE
Sintassi Sintassi per una singola tabella: UPDATE [LOW_PRIORITY] [IGNORE] tabella SET n
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.