... | ... | @@ -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.
|
|
|
|
|
|
MariaDB [(none)]>
|
|
|
MariaDB [(none)]> show databases;
|
|
|
+--------------------+
|
|
|
| Database |
|
|
|
+--------------------+
|
|
|
| information_schema |
|
|
|
| mysql |
|
|
|
| performance_schema |
|
|
|
| quakedb_dev |
|
|
|
| seisnet |
|
|
|
+--------------------+
|
|
|
5 rows in set (0.001 sec)
|
|
|
|
|
|
MariaDB [(none)]>
|
|
|
```
|
|
|
|