News

An ALTER TABLE shortcut If you’re simply upgrading your tables from ISAM to MyISAM, you can use the command mysql_convert_table_format instead of writing ALTER TABLE statements.
The MariaDB, PostgreSQL and SQLite3 Clients in Action Basic Client Commands The client programs for MariaDB, PostgreSQL and SQLite3 are mysql, psql and sqlite3, respectively. I've listed several ...