> For the complete documentation index, see [llms.txt](https://learnsql.gitbook.io/lernmysql/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learnsql.gitbook.io/lernmysql/de-chuyen-sang-chon-mot-database-khac.md).

# Để chuyển sang chọn một database khác :))

```
MariaDB [learnsql]> show databases;
+--------------------+
| Database           |
+--------------------+
| classicmodels      |
| db_test            |
| giasu123           |
| information_schema |
| learnsql           |
| mysql              |
| performance_schema |
| phpmyadmin         |
| test               |
| test_select2       |
| wordpress1         |
+--------------------+
MariaDB [learnsql]> use classicmodels;
```
