Database CLI

From acumen Wiki
Revision as of 16:41, 7 July 2020 by Jmoss2 (talk | contribs)
Jump to navigation Jump to search

This page contains some helpful commands to use at the MariaDB CLI.

  1. >SHOW DATABASES; List all databases;
  2. >USE <database>; Use a particular database, eg: >USE bplan;;