<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=MariaDB%2FSQL%2FCREATE%2FDATABASE</id>
	<title>MariaDB/SQL/CREATE/DATABASE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=MariaDB%2FSQL%2FCREATE%2FDATABASE"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=MariaDB/SQL/CREATE/DATABASE&amp;action=history"/>
	<updated>2026-06-25T13:20:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://htyp.org/mw/index.php?title=MariaDB/SQL/CREATE/DATABASE&amp;diff=29116&amp;oldid=prev</id>
		<title>Woozle at 22:11, 18 February 2025</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=MariaDB/SQL/CREATE/DATABASE&amp;diff=29116&amp;oldid=prev"/>
		<updated>2025-02-18T22:11:04Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:11, 18 February 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{fmt/title|&amp;quot;CREATE DATABASE&amp;quot; SQL command}}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{fmt/title|&amp;quot;CREATE DATABASE&amp;quot; SQL command}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==Syntax==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==Syntax==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;code&amp;gt;CREATE&amp;lt;/code&amp;gt; [&amp;lt;code&amp;gt;OR REPLACE&amp;lt;/code&amp;gt;] {&amp;lt;code&amp;gt;DATABASE&amp;lt;/code&amp;gt; | &amp;lt;code&amp;gt;SCHEMA&amp;lt;/code&amp;gt;} [&amp;lt;code&amp;gt;IF NOT EXISTS&amp;lt;/code&amp;gt;] {{fmt/arg|db name}} [{{fmt/arg|create_specification}}] [&#039;&#039;repeat...&#039;&#039;]&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;code&amp;gt;CREATE&amp;lt;/code&amp;gt; [&amp;lt;code&amp;gt;OR REPLACE&amp;lt;/code&amp;gt;] {&amp;lt;code&amp;gt;DATABASE&amp;lt;/code&amp;gt; | &amp;lt;code&amp;gt;SCHEMA&amp;lt;/code&amp;gt;} [&amp;lt;code&amp;gt;IF NOT EXISTS&amp;lt;/code&amp;gt;] &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;`&lt;/ins&gt;{{fmt/arg|db name}}&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;` &lt;/ins&gt;[{{fmt/arg|create_specification}}] [&#039;&#039;repeat...&#039;&#039;]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{| class=&amp;quot;wikitable sortable&amp;quot;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{| class=&amp;quot;wikitable sortable&amp;quot;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Woozle</name></author>
	</entry>
	<entry>
		<id>https://htyp.org/mw/index.php?title=MariaDB/SQL/CREATE/DATABASE&amp;diff=29115&amp;oldid=prev</id>
		<title>Woozle: Created page with &quot;{{fmt/title|&quot;CREATE DATABASE&quot; SQL command}} ==Syntax== &lt;code&gt;CREATE&lt;/code&gt; [&lt;code&gt;OR REPLACE&lt;/code&gt;] {&lt;code&gt;DATABASE&lt;/code&gt; | &lt;code&gt;SCHEMA&lt;/code&gt;} [&lt;code&gt;IF NOT EXISTS&lt;/code&gt;]...&quot;</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=MariaDB/SQL/CREATE/DATABASE&amp;diff=29115&amp;oldid=prev"/>
		<updated>2025-02-18T22:08:11Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{fmt/title|&amp;quot;CREATE DATABASE&amp;quot; SQL command}} ==Syntax== &amp;lt;code&amp;gt;CREATE&amp;lt;/code&amp;gt; [&amp;lt;code&amp;gt;OR REPLACE&amp;lt;/code&amp;gt;] {&amp;lt;code&amp;gt;DATABASE&amp;lt;/code&amp;gt; | &amp;lt;code&amp;gt;SCHEMA&amp;lt;/code&amp;gt;} [&amp;lt;code&amp;gt;IF NOT EXISTS&amp;lt;/code&amp;gt;]...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{fmt/title|&amp;quot;CREATE DATABASE&amp;quot; SQL command}}&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;code&amp;gt;CREATE&amp;lt;/code&amp;gt; [&amp;lt;code&amp;gt;OR REPLACE&amp;lt;/code&amp;gt;] {&amp;lt;code&amp;gt;DATABASE&amp;lt;/code&amp;gt; | &amp;lt;code&amp;gt;SCHEMA&amp;lt;/code&amp;gt;} [&amp;lt;code&amp;gt;IF NOT EXISTS&amp;lt;/code&amp;gt;] {{fmt/arg|db name}} [{{fmt/arg|create_specification}}] [&amp;#039;&amp;#039;repeat...&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! argument name || value(s)&lt;br /&gt;
|-&lt;br /&gt;
| valign=top | {{fmt/arg|create_specification}}&lt;br /&gt;
| &amp;#039;&amp;#039;one of &amp;amp;ndash;&amp;#039;&amp;#039;&lt;br /&gt;
* [&amp;lt;code&amp;gt;DEFAULT&amp;lt;/code&amp;gt;] &amp;lt;code&amp;gt;CHARACTER SET&amp;lt;/code&amp;gt; [&amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt;] {{fmt/arg|charset name}}&lt;br /&gt;
* [&amp;lt;code&amp;gt;DEFAULT&amp;lt;/code&amp;gt;] &amp;lt;code&amp;gt;COLLATE&amp;lt;/code&amp;gt; [&amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt;] {{fmt/arg|collation name}}&lt;br /&gt;
* &amp;lt;code&amp;gt;COMMENT&amp;lt;/code&amp;gt; [&amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt;] &amp;#039;{{fmt/arg|comment}}&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| valign=top | {{fmt/arg|charset name}}&lt;br /&gt;
|-&lt;br /&gt;
| valign=top | {{fmt/arg|collation name}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Woozle</name></author>
	</entry>
</feed>