{
"tool_response": [
{
"type": "text",
"text": "{\n \"success\": true,\n \"doc\": {\n \"id\": 11,\n \"parent_id\": 8,\n \"slug\": \"mariadb\",\n \"path\": \"\/anwendungen\/mariadb\",\n \"title\": \"MariaDB\",\n \"description\": \"Relationale Datenbank für strukturierte Daten. MySQL-kompatibel, schnell und zuverlässig. Speichert Anwendungsdaten und Nextcloud-Inhalte.\",\n \"content\": \"<nav class=\\\"breadcrumb\\\">\\n <a href=\\\"\/docs\\\">Dokumentation<\/a> » <a href=\\\"\/docs\/anwendungen\\\">Anwendungen<\/a> » MariaDB\\n<\/nav>\\n\\n<h1>MariaDB<\/h1>\\n<p>Relationale Datenbank für strukturierte Daten. MySQL-kompatibel, schnell und zuverlässig. Speichert Anwendungsdaten und Nextcloud-Inhalte.<\/p>\\n\\n<table>\\n <tr><th>Version<\/th><td>11.8.3<\/td><\/tr>\\n <tr><th>Port<\/th><td>3306<\/td><\/tr>\\n <tr><th>Konfig<\/th><td>\/etc\/mysql\/<\/td><\/tr>\\n<\/table>\\n\\n<h2>Datenbanken<\/h2>\\n<ul>\\n <li><strong>nextcloud<\/strong> - Nextcloud Datenbank<\/li>\\n<\/ul>\\n\\n<h2>Datenbank erstellen<\/h2>\\n<pre><code>mariadb -e \\\"CREATE DATABASE dbname CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;\\\"\\nmariadb -e \\\"CREATE USER 'user'@'localhost' IDENTIFIED BY 'password';\\\"\\nmariadb -e \\\"GRANT ALL PRIVILEGES ON dbname.* TO 'user'@'localhost';\\\"\\nmariadb -e \\\"FLUSH PRIVILEGES;\\\"<\/code><\/pre>\\n\\n<h2>Befehle<\/h2>\\n<pre><code>mariadb -V\\nsystemctl status mariadb\\nmariadb-dump --all-databases > backup.sql<\/code><\/pre>\",\n \"status\": \"published\",\n \"sort_order\": 3,\n \"depth\": 1,\n \"created_at\": \"2025-12-20T11:13:58\",\n \"updated_at\": \"2025-12-20T11:13:58\"\n }\n}"
}
]
}