Skip to content

Instantly share code, notes, and snippets.

@infinite-Joy
Created June 14, 2017 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infinite-Joy/db1d95cf00369e374df6fc3ff41fb13b to your computer and use it in GitHub Desktop.
Save infinite-Joy/db1d95cf00369e374df6fc3ff41fb13b to your computer and use it in GitHub Desktop.
➜ mysql -u root -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 5
Server version: 10.1.24-MariaDB MariaDB Server
Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]>
MariaDB [(none)]> create database testing;
Query OK, 1 row affected (0.00 sec)
MariaDB [(none)]> use testing;
Database changed
MariaDB [testing]>
MariaDB [testing]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment