mirror of
https://github.com/MariaDB/server.git
synced 2025-07-24 19:42:23 +03:00
4 lines
147 B
Plaintext
4 lines
147 B
Plaintext
show create database test;
|
|
Database Create Database
|
|
test CREATE DATABASE `test` /*!40100 DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci */
|