Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Galara Cluster (MariaDB 10.5) docker node
authored
Mar 17, 2021
by
Emiliano Della Bina
Hide whitespace changes
Inline
Side-by-side
Galara-Cluster-(MariaDB-10.5)-docker-node.md
View page @
444533d2
...
@@ -235,7 +235,18 @@ Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
...
@@ -235,7 +235,18 @@ Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]>
MariaDB [(none)]> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
| quakedb_dev |
| seisnet |
+--------------------+
5 rows in set (0.001 sec)
MariaDB [(none)]>
```
```