Skip to content

Commit fd65b33

Browse files
author
KB Crawler
committed
KB crawler nightly commit
1 parent 8500a51 commit fd65b33

File tree

21 files changed

+1248
-437
lines changed

21 files changed

+1248
-437
lines changed

archive/+changes/index.html

Lines changed: 359 additions & 404 deletions
Large diffs are not rendered by default.

archive/en/file-key-management-encryption-plugin/+comments/feed/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: File Key Management Encryption Plugin</title><link>https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Mon, 22 Jul 2024 03:52:49 +0000</lastBuildDate><item><title>Re: File Key Management Encryption Plugin</title><link>https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments/5705</link><description>&lt;p&gt;This is covered in &lt;a href="https://jira.mariadb.org/browse/MDEV-20181"&gt;MDEV-20181&lt;/a&gt;, an enhancement to this file key management plugin is required to understand these newer formats. Contributions encouraged, especially those that preserve backwards compatibility.&lt;/p&gt;
2+
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: File Key Management Encryption Plugin</title><link>https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Wed, 24 Jul 2024 00:02:44 +0000</lastBuildDate><item><title>Re: File Key Management Encryption Plugin</title><link>https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments/5705</link><description>&lt;p&gt;This is covered in &lt;a href="https://jira.mariadb.org/browse/MDEV-20181"&gt;MDEV-20181&lt;/a&gt;, an enhancement to this file key management plugin is required to understand these newer formats. Contributions encouraged, especially those that preserve backwards compatibility.&lt;/p&gt;
33
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Black</dc:creator><guid>https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments/5705</guid></item><item><title>Re: File Key Management Encryption Plugin</title><link>https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments/5598</link><description>&lt;p&gt;The following command under &lt;a href="https://mariadb.com/kb/en/file-key-management-encryption-plugin/#encrypting-the-key-file"&gt;https://mariadb.com/kb/en/file-key-management-encryption-plugin/#encrypting-the-key-file&lt;/a&gt;&lt;/p&gt;
44
&lt;pre class="fixed"&gt;$ sudo openssl enc -aes-256-cbc -md sha1 \
55
-pass file:/etc/mysql/encryption/keyfile.key \

archive/en/file-key-management-encryption-plugin/+comments/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Comments - File Key Management Encryption Plugin
3232
" />
3333
<meta property="og:type" content="article" />
34-
<meta property="og:url" content="https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments" />
34+
<meta property="og:url" content="https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments/" />
3535
<meta property="og:image" content="http://mariadb.comaskmonty-logo.png" />
3636
<meta property="og:site_name" content="MariaDB KnowledgeBase" />
3737
<meta property="fb:admins" content="514852603" />
@@ -76,7 +76,7 @@
7676
</li>
7777

7878
<li>
79-
<a href="/kb/user/login?next=/kb/en/file-key-management-encryption-plugin/+comments"> Login</a>
79+
<a href="/kb/user/login?next=/kb/en/file-key-management-encryption-plugin/+comments/"> Login</a>
8080
</li>
8181

8282
</ul>
@@ -121,7 +121,7 @@
121121

122122

123123
<li>
124-
<a href="/kb/user/login?next=/kb/en/file-key-management-encryption-plugin/+comments" rel="nofollow">Login</a>
124+
<a href="/kb/user/login?next=/kb/en/file-key-management-encryption-plugin/+comments/" rel="nofollow">Login</a>
125125
</li>
126126

127127

archive/en/file-key-management-encryption-plugin/+source/index.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ <h1>File Key Management Encryption Plugin - Source</h1>
327327
<div class="revision_info">
328328
<dl class="table">
329329
<dt>Revision</dt>
330-
<dd><a href="/kb/en/file-key-management-encryption-plugin/+r/131105/">131105</a></dd>
330+
<dd><a href="/kb/en/file-key-management-encryption-plugin/+r/141394/">141394</a></dd>
331331
<dt>User</dt>
332332
<dd>
333333
<span class="user" id="user-3487">
@@ -336,7 +336,7 @@ <h1>File Key Management Encryption Plugin - Source</h1>
336336
<dt>Date</dt>
337337
<dd>
338338

339-
<span class="datetime" title="2023-10-24 01:31">2023-10-24 01:31</span></dd>
339+
<span class="datetime" title="2024-07-23 11:15">2024-07-23 11:15</span></dd>
340340
</dl>
341341
</div>
342342

@@ -472,6 +472,15 @@ <h1>File Key Management Encryption Plugin - Source</h1>
472472
-out /etc/mysql/encryption/keyfile.enc
473473
&lt;&lt;/code&gt;&gt;
474474

475+
&lt;&lt;style class=&#34;yellowbox&#34;&gt;&gt;
476+
**Note:** some more recent ##openssl## versions may complain with
477+
{{{
478+
*** WARNING : deprecated key derivation used.
479+
Using -iter or -pbkdf2 would be better.
480+
}}}
481+
Keys generated that way won&#39;t work with the current implementation of the plugin though. Also as SHA1 is only used to generate the actual AES encryption key, from a long random string, it&#39;s not really an issue here. SHA1 deprecation is mostly related to checksum / signing use cases, not to what we are using it here for.
482+
&lt;&lt;/style&gt;&gt;
483+
475484
Running this command reads the unencrypted ##keyfile## file created above and creates a new encrypted ##keyfile.enc## file, using the encryption password stored in ##keyfile.key##. Once you&#39;ve finished preparing your system, you can delete the unencrypted ##keyfile## file, as it&#39;s no longer necessary.
476485

477486
=== Configuring the Path to an Encrypted Key File

archive/en/file-key-management-encryption-plugin/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
<dt>Modified</dt>
292292
<dd>
293293

294-
<span class="datetime" title="2023-10-24 01:31">9 months ago</span></dd>
294+
<span class="datetime" title="2024-07-23 11:15">12 hours, 47 minutes ago</span></dd>
295295

296296
<dt>Type</dt>
297297
<dd>article</dd>
@@ -538,7 +538,13 @@ <h2 class="anchored_heading" id="encrypting-the-key-file">Encrypting the Key Fil
538538
-pass file:/etc/mysql/encryption/keyfile.key \
539539
-in /etc/mysql/encryption/keyfile \
540540
-out /etc/mysql/encryption/keyfile.enc
541-
</pre><p>Running this command reads the unencrypted <code>keyfile</code> file created above and creates a new encrypted <code>keyfile.enc</code> file, using the encryption password stored in <code>keyfile.key</code>. Once you've finished preparing your system, you can delete the unencrypted <code>keyfile</code> file, as it's no longer necessary.</p>
541+
</pre><div class="cstm-style yellowbox"><p><strong>Note:</strong> some more recent <code>openssl</code> versions may complain with</p>
542+
<pre>
543+
*** WARNING : deprecated key derivation used.
544+
Using -iter or -pbkdf2 would be better.
545+
</pre>
546+
<p>Keys generated that way won't work with the current implementation of the plugin though. Also as SHA1 is only used to generate the actual AES encryption key, from a long random string, it's not really an issue here. SHA1 deprecation is mostly related to checksum / signing use cases, not to what we are using it here for. </p>
547+
</div><p>Running this command reads the unencrypted <code>keyfile</code> file created above and creates a new encrypted <code>keyfile.enc</code> file, using the encryption password stored in <code>keyfile.key</code>. Once you've finished preparing your system, you can delete the unencrypted <code>keyfile</code> file, as it's no longer necessary.</p>
542548
<h3 class="anchored_heading" id="configuring-the-path-to-an-encrypted-key-file">Configuring the Path to an Encrypted Key File</h3>
543549
<p>If the key file is encrypted, then the File Key Management plugin requires both the <code><a href="#file_key_management_filename">file_key_management_filename</a></code> and the <code><a href="#file_key_management_filekey">file_key_management_filekey</a></code> system variables to be configured.</p>
544550
<p>The <code><a href="#file_key_management_filekey">file_key_management_filekey</a></code> system variable can be provided in two forms:</p>

archive/en/mariadbd-options/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
<dt>Modified</dt>
280280
<dd>
281281

282-
<span class="datetime" title="2024-07-17 17:36">4 days, 14 hours ago</span></dd>
282+
<span class="datetime" title="2024-07-23 12:20">11 hours, 42 minutes ago</span></dd>
283283

284284
<dt>Type</dt>
285285
<dd>article</dd>
@@ -2692,7 +2692,7 @@ <h2 class="anchored_heading" id="locale-options">Locale Options</h2>
26922692
<p>Options that are also system variables are listed after:</p>
26932693
<h4 class="anchored_heading" id="-character-set-client-handshake"><code>--character-set-client-handshake</code></h4>
26942694
<ul start="1"><li><strong>Commandline:</strong> <code class="fixed" style="white-space:pre-wrap">--character-set-client-handshake</code>
2695-
</li><li><strong>Description:</strong> Don't ignore client side character set value sent during handshake.
2695+
</li><li><strong>Description:</strong> Don't ignore client side character set value sent during handshake. <code>--skip-character-set-client-handshake</code> will ignore the client value and use the default server value.
26962696
</li></ul>
26972697
<hr>
26982698

archive/en/meta/latest-galera-wsrep/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
<dt>Modified</dt>
286286
<dd>
287287

288-
<span class="datetime" title="2024-07-22 01:35">22 hours, 27 minutes ago</span></dd>
288+
<span class="datetime" title="2024-07-22 01:35">1 day, 22 hours ago</span></dd>
289289

290290
<dt>Type</dt>
291291
<dd>article</dd>

archive/en/mirror-sites-for-mariadb/+comments/feed/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: Mirror Sites for MariaDB</title><link>https://mariadb.com/kb/en/mirror-sites-for-mariadb/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/mirror-sites-for-mariadb/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Tue, 23 Jul 2024 00:02:32 +0000</lastBuildDate><item><title>Re: Mirror Sites for MariaDB</title><link>https://mariadb.com/kb/en/mirror-sites-for-mariadb/+comments/4626</link><description>&lt;p&gt;Now rsync works fine.
2+
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: Mirror Sites for MariaDB</title><link>https://mariadb.com/kb/en/mirror-sites-for-mariadb/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/mirror-sites-for-mariadb/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Wed, 24 Jul 2024 00:02:34 +0000</lastBuildDate><item><title>Re: Mirror Sites for MariaDB</title><link>https://mariadb.com/kb/en/mirror-sites-for-mariadb/+comments/4626</link><description>&lt;p&gt;Now rsync works fine.
33
Thanks for the support.&lt;/p&gt;
44
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniele Antonini</dc:creator><guid>https://mariadb.com/kb/en/mirror-sites-for-mariadb/+comments/4626</guid></item><item><title>Re: Mirror Sites for MariaDB</title><link>https://mariadb.com/kb/en/mirror-sites-for-mariadb/+comments/4625</link><description>&lt;p&gt;This is working again now.&lt;/p&gt;
55
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Gilfillan</dc:creator><guid>https://mariadb.com/kb/en/mirror-sites-for-mariadb/+comments/4625</guid></item><item><title>Re: Mirror Sites for MariaDB</title><link>https://mariadb.com/kb/en/mirror-sites-for-mariadb/+comments/4624</link><description>&lt;p&gt;This is probably an unintended consequence of some recent changes on the server, we'll look at getting this fixed during the course of the day tomorrow. In the meantime, you can use hasky.askmonty.org as a workaround.&lt;/p&gt;

archive/en/mirror-sites-for-mariadb/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
<dt>Modified</dt>
272272
<dd>
273273

274-
<span class="datetime" title="2024-07-19 09:56">3 days, 14 hours ago</span></dd>
274+
<span class="datetime" title="2024-07-19 09:56">4 days, 14 hours ago</span></dd>
275275

276276
<dt>Type</dt>
277277
<dd>article</dd>
@@ -702,7 +702,7 @@ <h2 class="anchored_heading" id="the-mariadb-archive">The MariaDB Archive</h2>
702702
server is available via the web at <a href="https://archive.mariadb.org">https://archive.mariadb.org</a> and via rsync at:</p>
703703
<pre class="fixed">archive.mariadb.org::mariadb
704704
</pre><h3 class="anchored_heading" id="mirroring-the-mariadb-archive-with-rsync">Mirroring the MariaDB Archive with rsync</h3>
705-
<p>If you want to mirror the archive mirror, please contact us at <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="89e4e0fbfbe6fbc9e4e8fbe0e8edeba7e6fbee">[email&#160;protected]</a> in advance.</p>
705+
<p>If you want to mirror the archive mirror, please contact us at <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="5d30342f2f322f1d303c2f343c393f73322f3a">[email&#160;protected]</a> in advance.</p>
706706
<p>To mirror the archive with rsync, something like the following will get you everything:</p>
707707
<pre class="fixed">rsync -avP archive.mariadb.org::mariadb/ /path/to/local/dir/
708708
</pre><p>...or you can specify a specific release such as:</p>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: optimizer_max_sel_arg_weight</title><link>https://mariadb.com/kb/en/optimizer_max_sel_arg_weight/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/optimizer_max_sel_arg_weight/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Tue, 23 Jul 2024 00:02:26 +0000</lastBuildDate></channel></rss>
2+
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: optimizer_max_sel_arg_weight</title><link>https://mariadb.com/kb/en/optimizer_max_sel_arg_weight/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/optimizer_max_sel_arg_weight/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Wed, 24 Jul 2024 00:02:16 +0000</lastBuildDate></channel></rss>

archive/en/optimizer_max_sel_arg_weight/+edit/attachments/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ <h1>optimizer_max_sel_arg_weight</h1>
350350
image/png 39.3 kB added
351351

352352

353-
<span class="datetime" title="2024-07-18 11:28">4 days, 12 hours ago</span> by
353+
<span class="datetime" title="2024-07-18 11:28">5 days, 12 hours ago</span> by
354354

355355
<span class="user" id="user-3645">
356356
<a href="/kb/user/id/3645" title="Sergei Petrunia">Sergei Petrunia</a>
@@ -372,7 +372,7 @@ <h1>optimizer_max_sel_arg_weight</h1>
372372
image/png 86.3 kB added
373373

374374

375-
<span class="datetime" title="2024-07-18 11:36">4 days, 12 hours ago</span> by
375+
<span class="datetime" title="2024-07-18 11:36">5 days, 12 hours ago</span> by
376376

377377
<span class="user" id="user-3645">
378378
<a href="/kb/user/id/3645" title="Sergei Petrunia">Sergei Petrunia</a>

archive/en/optimizer_max_sel_arg_weight/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,12 @@
284284
<dt>Created</dt>
285285
<dd>
286286

287-
<span class="datetime" title="2024-07-18 10:07">4 days, 13 hours ago</span></dd>
287+
<span class="datetime" title="2024-07-18 10:07">5 days, 13 hours ago</span></dd>
288288

289289
<dt>Modified</dt>
290290
<dd>
291291

292-
<span class="datetime" title="2024-07-18 12:35">4 days, 11 hours ago</span></dd>
292+
<span class="datetime" title="2024-07-18 12:35">5 days, 11 hours ago</span></dd>
293293

294294
<dt>Type</dt>
295295
<dd>article</dd>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: Range Optimizer</title><link>https://mariadb.com/kb/en/range-optimizer/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/range-optimizer/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Tue, 23 Jul 2024 00:02:21 +0000</lastBuildDate></channel></rss>
2+
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: Range Optimizer</title><link>https://mariadb.com/kb/en/range-optimizer/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/range-optimizer/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Wed, 24 Jul 2024 00:02:10 +0000</lastBuildDate></channel></rss>

archive/en/range-optimizer/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,12 @@
284284
<dt>Created</dt>
285285
<dd>
286286

287-
<span class="datetime" title="2024-07-18 08:34">4 days, 15 hours ago</span></dd>
287+
<span class="datetime" title="2024-07-18 08:34">5 days, 15 hours ago</span></dd>
288288

289289
<dt>Modified</dt>
290290
<dd>
291291

292-
<span class="datetime" title="2024-07-18 20:42">4 days, 3 hours ago</span></dd>
292+
<span class="datetime" title="2024-07-18 20:42">5 days, 3 hours ago</span></dd>
293293

294294
<dt>Type</dt>
295295
<dd>article</dd>

archive/en/server-system-variables/+comments/feed/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: Server System Variables</title><link>https://mariadb.com/kb/en/server-system-variables/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/server-system-variables/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Tue, 23 Jul 2024 00:02:14 +0000</lastBuildDate><item><title>explicit_defaults_for_timestamp introduction</title><link>https://mariadb.com/kb/en/server-system-variables/+comments/5857</link><description>&lt;p&gt;The entry here for explicit_defaults_for_timestamp is missing its "Introduced:" info field. It seems to be 10.1.8.
2+
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: Server System Variables</title><link>https://mariadb.com/kb/en/server-system-variables/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/server-system-variables/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Wed, 24 Jul 2024 00:02:27 +0000</lastBuildDate><item><title>explicit_defaults_for_timestamp introduction</title><link>https://mariadb.com/kb/en/server-system-variables/+comments/5857</link><description>&lt;p&gt;The entry here for explicit_defaults_for_timestamp is missing its "Introduced:" info field. It seems to be 10.1.8.
33
&lt;a href="https://mariadb.com/kb/en/mariadb-1018-changelog/"&gt;https://mariadb.com/kb/en/mariadb-1018-changelog/&lt;/a&gt;&lt;/p&gt;
44
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sebastian Weiser</dc:creator><guid>https://mariadb.com/kb/en/server-system-variables/+comments/5857</guid></item><item><title>Re: datadir=/mysql but not work</title><link>https://mariadb.com/kb/en/server-system-variables/+comments/5026</link><description>&lt;p&gt;Although it complained there are system OS errors, I still could connect to it. All tablespaces could be accessed and they are all in read-write mode, not read-only mode!!!&lt;/p&gt;
55
&lt;p&gt;Are all the system OS related error messages false alarms?&lt;/p&gt;

archive/en/server-system-variables/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
<dt>Modified</dt>
280280
<dd>
281281

282-
<span class="datetime" title="2024-07-18 11:48">4 days, 12 hours ago</span></dd>
282+
<span class="datetime" title="2024-07-18 11:48">5 days, 12 hours ago</span></dd>
283283

284284
<dt>Type</dt>
285285
<dd>article</dd>

0 commit comments

Comments
 (0)