mariadb Command Examples

The mariadb client tool. More information: https://mariadb.com/kb/en/mariadb-command-line-client/.

mariadb {{db_name}}

mariadb --user {{user_name}} --password {{your_password}} {{db_name}}

mariadb --show-warning

mariadb {{-s|-ss|-sss|--silent}}

mariadb {{db_name}} < {{path/to/script.sql}} > {{path/to/output.tab}}

mariadb --debug-check

mariadb {{[-S|--socket]}} {{path/to/socket_name}}

mariadb {{[-?|--help]}}