Database Preparation MySQL/MariaDB PostgreSQL Database Connection over TLS Prerequisites PostgreSQL MySQL Database Preparation You need a database to use Gitea. Gitea supp...
USE Description Syntax Examples USE Description The USE statement tells MatrixOne to use the named database as the default (current) database for subsequent statements...
DROP DATABASE Description Syntax Examples DROP DATABASE Description Drop a database. Syntax > DROP DATABASE [ IF EXISTS ] <database_name> Examples CREATE D...
DROP DATABASE Synopsis Examples MySQL compatibility See also DROP DATABASE The DROP DATABASE statement permanently removes a specified database schema, and all of the table...
ALTER DATABASE Synopsis Examples MySQL compatibility See also ALTER DATABASE ALTER DATABASE is used to specify or modify the default character set and collation of the curr...
Create a Database Before you start What is database Create databases View databases Rules in database creation Next step Create a Database This document describes how to c...