<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.bamasch.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.bamasch.de/feed.php">
        <title>Schubert-WIKI - mariadb</title>
        <description></description>
        <link>https://wiki.bamasch.de/</link>
        <image rdf:resource="https://wiki.bamasch.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-09T12:23:26+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=mariadb:backup&amp;rev=1740764580&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=mariadb:benutzer_datenbank_anlegen&amp;rev=1740764580&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=mariadb:list&amp;rev=1740764580&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=mariadb:mariadb_installation&amp;rev=1740764580&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.bamasch.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Schubert-WIKI</title>
        <link>https://wiki.bamasch.de/</link>
        <url>https://wiki.bamasch.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=mariadb:backup&amp;rev=1740764580&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-28T17:43:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>backup</title>
        <link>https://wiki.bamasch.de/doku.php?id=mariadb:backup&amp;rev=1740764580&amp;do=diff</link>
        <description>Automatisch alle Datenbanken eines mySQL / mariaSQL Datenbank Servers erstellen und nach /backup sichern. Auch Datenbanken die erst später erstellt werden werden mit dem nächsten Lauf mitgesichert.

Datenbank User mit globalen Leserechten erstellen und die Rechte neu laden</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=mariadb:benutzer_datenbank_anlegen&amp;rev=1740764580&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-28T17:43:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>benutzer_datenbank_anlegen</title>
        <link>https://wiki.bamasch.de/doku.php?id=mariadb:benutzer_datenbank_anlegen&amp;rev=1740764580&amp;do=diff</link>
        <description>Datenbank anlegen
CREATE DATABASE `mydb`;
Benutzer anlegen
CREATE OR REPLACE USER &#039;myuser&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;password&#039;;
Rechte erteilen
GRANT USAGE ON *.* TO &#039;myuser&#039;@localhost;
GRANT ALL privileges ON `mydb`.* TO &#039;myuser&#039;@localhost;
FLUSH PRIVILEGES;</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=mariadb:list&amp;rev=1740764580&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-28T17:43:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>list</title>
        <link>https://wiki.bamasch.de/doku.php?id=mariadb:list&amp;rev=1740764580&amp;do=diff</link>
        <description>&lt;catlist mariadb:&gt;</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=mariadb:mariadb_installation&amp;rev=1740764580&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-28T17:43:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mariadb_installation</title>
        <link>https://wiki.bamasch.de/doku.php?id=mariadb:mariadb_installation&amp;rev=1740764580&amp;do=diff</link>
        <description>Installation mariaDB
apt update; apt dist-upgrade
apt install mariadb-server mariadb-client
mysql_secure_installation</description>
    </item>
</rdf:RDF>
