Skip to content

Commit d30fe4d

Browse files
committed
Merge branch 'deploy' of http://github.com/mariadb/mariadb-for-universities into deploy
improving styling of code highlights
2 parents 7445c35 + ff7f7b3 commit d30fe4d

File tree

12 files changed

+627
-289
lines changed

12 files changed

+627
-289
lines changed

html_site/dba/getting-started/index.html

Lines changed: 52 additions & 39 deletions
Large diffs are not rendered by default.

html_site/dba/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<!doctype html><html lang=en><head><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><title>MariaDB for Universities Program: Course Material</title>
22
<link rel=stylesheet href=/css/main.css><meta property="og:url" content="https://uni.mariadb.org/dba/"><meta property="og:site_name" content="MariaDB for Universities Program Course Material"><meta property="og:title" content="MariaDB DBA Course"><meta property="og:description" content="The MariaDB DBA Course for you!"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta property="og:image" content="https://uni.mariadb.org/dba/mariadb_dba_sealion-300px.jpeg"></head><body><div class=top-menu><div class=menu-left><a href=/ class=home-link>MariaDB for Universities Program: Course Material</a></div><div class=menu-right><a href=https://mariadb.org>MariaDB Foundation (mariadb.org)</a></div></div><div class=content-wrapper><div class=left-menu></div><div class=main-content><nav class=breadcrumb><a href=/>MariaDB for Universities Course Material</a>
3-
> <span class=current>MariaDB DBA Course</span></nav><h1>MariaDB DBA Course</h1><div class=list-content><p><img src=mariadb_dba_sealion-300px.jpeg#floatright alt></p><p>Enjoy the DBA material!</p></div><div class=list-items><ul><li><a href=/dba/getting-started/>Lesson 1: Getting Started</a></li><li><a href=/dba/schema-objects/>Lesson 2: Schema Objects</a></li><li><a href=/dba/storage-engines/>Lesson 3: Storage Engines</a></li><li><a href=/dba/transactions/>Lesson 4: Transactions</a></li><li><a href=/dba/user-management/>Lesson 5: User Management</a></li><li><a href=/dba/backup-and-restore/>Lesson 6: Backup and Restore</a></li></ul></div><div class=right-menu></div></div></body></html>
3+
> <span class=current>MariaDB DBA Course</span></nav><h1>MariaDB DBA Course</h1><div class=list-content><p><img src=mariadb_dba_sealion-300px.jpeg#floatright alt></p><p>Enjoy the DBA material!</p></div><div class=list-items><ul><li><a href=/dba/getting-started/>Lesson 1: Getting Started</a></li><li><a href=/dba/storage-engines/>Lesson 3: Storage Engines</a></li><li><a href=/dba/transactions/>Lesson 4: Transactions</a></li><li><a href=/dba/user-management/>Lesson 5: User Management</a></li><li><a href=/dba/backup-and-restore/>Lesson 6: Backup and Restore</a></li><li><a href=/dba/mariadb-dba-02-schema-objects/></a></li></ul></div><div class=right-menu></div></div></body></html>

html_site/dba/index.xml

Lines changed: 30 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -119,31 +119,21 @@
119119
&lt;li>Easy Docker installs&lt;/li>
120120
&lt;li>Maintained by MariaDB&lt;/li>
121121
&lt;/ul>
122-
&lt;p>The recommended way to install MariaDB is via MariaDB&amp;rsquo;s &lt;code>repository&lt;/code> in conjunction with your distribution&amp;rsquo;s package manager.&lt;/p></description></item><item><title>Lesson 2: Schema Objects</title><link>https://uni.mariadb.org/dba/schema-objects/</link><pubDate>Mon, 07 Apr 2025 00:00:00 +0000</pubDate><guid>https://uni.mariadb.org/dba/schema-objects/</guid><description>&lt;h1 id="schema-objects">Schema Objects&lt;/h1>
123-
&lt;h2 id="learning-objectives">Learning Objectives&lt;/h2>
124-
&lt;ul>
125-
&lt;li>Identify and describe the schema objects available within MariaDB Enterprise Server&lt;/li>
126-
&lt;li>Demonstrate how to create and use databases, tables, and columns in MariaDB Enterprise Server&lt;/li>
127-
&lt;li>Compare and contrast the data types and built-in functions in MariaDB Enterprise Server, and explain their use cases&lt;/li>
128-
&lt;/ul>
129-
&lt;h3 id="collations-and-character-sets">Collations and Character Sets&lt;/h3>
130-
&lt;ul>
131-
&lt;li>
132-
&lt;p>A collation is a set of rules that defines how to compare and sort strings&lt;/p>
133-
&lt;/li>
134-
&lt;li>
135-
&lt;p>A character set defines how and which characters are stored to support a particular language or languages&lt;/p></description></item><item><title>Lesson 3: Storage Engines</title><link>https://uni.mariadb.org/dba/storage-engines/</link><pubDate>Mon, 07 Apr 2025 00:00:00 +0000</pubDate><guid>https://uni.mariadb.org/dba/storage-engines/</guid><description>&lt;h1 id="storage-engines">Storage Engines&lt;/h1>
122+
&lt;p>The recommended way to install MariaDB is via MariaDB&amp;rsquo;s &lt;code>repository&lt;/code> in conjunction with your distribution&amp;rsquo;s package manager.&lt;/p></description></item><item><title>Lesson 3: Storage Engines</title><link>https://uni.mariadb.org/dba/storage-engines/</link><pubDate>Mon, 07 Apr 2025 00:00:00 +0000</pubDate><guid>https://uni.mariadb.org/dba/storage-engines/</guid><description>&lt;h1 id="storage-engines">Storage Engines&lt;/h1>
136123
&lt;h2 id="learning-objectives">Learning Objectives&lt;/h2>
137124
&lt;ul>
138125
&lt;li>List the available storage engines in MariaDB Enterprise Server, and explain their use cases&lt;/li>
139126
&lt;li>Analyze and evaluate the features of the Aria and InnoDB storage engines&lt;/li>
140127
&lt;/ul>
141128
&lt;h3 id="storage-engines-1">Storage Engines&lt;/h3>
142-
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f0f0f0;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-sql" data-lang="sql">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#666">`&lt;/span>&lt;span style="color:#007020;font-weight:bold">SHOW&lt;/span>&lt;span style="color:#bbb"> &lt;/span>ENGINES;&lt;span style="color:#666">`&lt;/span>&lt;span style="color:#bbb">
129+
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f0f0f0;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-sql" data-lang="sql">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#60a0b0;font-style:italic">-- show supported storage engines
130+
&lt;/span>&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#60a0b0;font-style:italic">&lt;/span>&lt;span style="color:#007020;font-weight:bold">SHOW&lt;/span>&lt;span style="color:#bbb"> &lt;/span>ENGINES;&lt;span style="color:#bbb">
143131
&lt;/span>&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#bbb">
144-
&lt;/span>&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#bbb">&lt;/span>&lt;span style="color:#666">`&lt;/span>&lt;span style="color:#007020;font-weight:bold">CREATE&lt;/span>&lt;span style="color:#bbb"> &lt;/span>&lt;span style="color:#007020;font-weight:bold">TABLE&lt;/span>&lt;span style="color:#bbb"> &lt;/span>table1&lt;span style="color:#bbb"> &lt;/span>(col1&lt;span style="color:#bbb"> &lt;/span>&lt;span style="color:#007020">INT&lt;/span>)&lt;span style="color:#bbb"> &lt;/span>ENGINE&lt;span style="color:#bbb"> &lt;/span>&lt;span style="color:#666">=&lt;/span>&lt;span style="color:#bbb"> &lt;/span>Aria;&lt;span style="color:#666">`&lt;/span>&lt;span style="color:#bbb">
132+
&lt;/span>&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#bbb">&lt;/span>&lt;span style="color:#60a0b0;font-style:italic">-- create table using &amp;#39;Aria&amp;#39; storage engine
133+
&lt;/span>&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#60a0b0;font-style:italic">&lt;/span>&lt;span style="color:#007020;font-weight:bold">CREATE&lt;/span>&lt;span style="color:#bbb"> &lt;/span>&lt;span style="color:#007020;font-weight:bold">TABLE&lt;/span>&lt;span style="color:#bbb"> &lt;/span>table1&lt;span style="color:#bbb"> &lt;/span>(col1&lt;span style="color:#bbb"> &lt;/span>&lt;span style="color:#007020">INT&lt;/span>)&lt;span style="color:#bbb"> &lt;/span>ENGINE&lt;span style="color:#bbb"> &lt;/span>&lt;span style="color:#666">=&lt;/span>&lt;span style="color:#bbb"> &lt;/span>Aria;&lt;span style="color:#bbb">
145134
&lt;/span>&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#bbb">
146-
&lt;/span>&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#bbb">&lt;/span>&lt;span style="color:#666">`&lt;/span>&lt;span style="color:#007020;font-weight:bold">ALTER&lt;/span>&lt;span style="color:#bbb"> &lt;/span>&lt;span style="color:#007020;font-weight:bold">TABLE&lt;/span>&lt;span style="color:#bbb"> &lt;/span>table1&lt;span style="color:#bbb"> &lt;/span>ENGINE&lt;span style="color:#bbb"> &lt;/span>&lt;span style="color:#666">=&lt;/span>&lt;span style="color:#bbb"> &lt;/span>InnoDB;&lt;span style="color:#666">`&lt;/span>&lt;span style="color:#bbb">
135+
&lt;/span>&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#bbb">&lt;/span>&lt;span style="color:#60a0b0;font-style:italic">-- change table storage engine to &amp;#39;InnoDB&amp;#39;
136+
&lt;/span>&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#60a0b0;font-style:italic">&lt;/span>&lt;span style="color:#007020;font-weight:bold">ALTER&lt;/span>&lt;span style="color:#bbb"> &lt;/span>&lt;span style="color:#007020;font-weight:bold">TABLE&lt;/span>&lt;span style="color:#bbb"> &lt;/span>table1&lt;span style="color:#bbb"> &lt;/span>ENGINE&lt;span style="color:#bbb"> &lt;/span>&lt;span style="color:#666">=&lt;/span>&lt;span style="color:#bbb"> &lt;/span>InnoDB;&lt;span style="color:#bbb">
147137
&lt;/span>&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
148138
&lt;li>Multiple storage engines on a server and within a query are allowed&lt;/li>
149139
&lt;li>Determine storage medium (disk, memory, etc.)&lt;/li>
@@ -234,4 +224,26 @@ All statements are executed successfully or are cancelled as a unit&lt;/p></desc
234224
&lt;p>Helps ensure high availability&lt;/p>
235225
&lt;/li>
236226
&lt;li>
237-
&lt;p>Cannot prevent user errors&lt;/p></description></item></channel></rss>
227+
&lt;p>Cannot prevent user errors&lt;/p></description></item><item><title/><link>https://uni.mariadb.org/dba/mariadb-dba-02-schema-objects/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://uni.mariadb.org/dba/mariadb-dba-02-schema-objects/</guid><description>&lt;h2 id="license_url-httpscreativecommonsorglicensesby-nc-sa40">CREATE DATABASE world;view&amp;mdash;
228+
title: &amp;ldquo;Lesson 2: Schema Objects&amp;rdquo;
229+
url: &amp;ldquo;/dba/schema-objects/&amp;rdquo;
230+
date: 2025-04-07
231+
description: &amp;gt;
232+
categories: []
233+
tags: []
234+
weight: 2
235+
toc: true
236+
license_note: &amp;ldquo;For academic and non-commercial usage, licensed under CC BY-NC-SA 4.0 by MariaDB plc.&amp;rdquo;
237+
license: &amp;ldquo;CC BY-NC-SA 4.0&amp;rdquo;
238+
license_url: &amp;ldquo;&lt;a href="https://creativecommons.org/licenses/by-nc-sa/4.0/%22">https://creativecommons.org/licenses/by-nc-sa/4.0/&amp;quot;&lt;/a>&lt;/h2>
239+
&lt;h1 id="schema-objects">Schema Objects&lt;/h1>
240+
&lt;h2 id="learning-objectives">Learning Objectives&lt;/h2>
241+
&lt;ul>
242+
&lt;li>Identify and describe the schema objects available within MariaDB Enterprise Server&lt;/li>
243+
&lt;li>Demonstrate how to create and use databases, tables, and columns in MariaDB Enterprise Server&lt;/li>
244+
&lt;li>Compare and contrast the data types and built-in functions in MariaDB Enterprise Server, and explain their use cases&lt;/li>
245+
&lt;/ul>
246+
&lt;h3 id="collations-and-character-sets">Collations and Character Sets&lt;/h3>
247+
&lt;ul>
248+
&lt;li>
249+
&lt;p>A collation is a set of rules that defines how to compare and sort strings&lt;/p></description></item></channel></rss>

0 commit comments

Comments
 (0)