mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +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 */
|