Difference between revisions of "Maria Mysql Database"

From HaFrWiki
Jump to: navigation, search
m (Docu Links)
m (Introduction)
 
Line 2: Line 2:
  
 
== Introduction ==
 
== Introduction ==
MariaDB Server is one of the world’s most popular open source relational databases and is available in the standard repositories of all major Linux distributions.  
+
{{FormFCTW|8|blue|bold|MariaDB}} Server is one of the world’s most popular open source relational databases and is available in the standard repositories of all major Linux distributions.  
 
<br>This page intends to show you where to find the documentation.
 
<br>This page intends to show you where to find the documentation.
  
PhpMyAdmin is (as the name says) written in {{FormFCTW|8|blue|bold|PHP}} and uses {{FormFCTW|8|blue|bold|MySQL}}.  
+
{{FormFCTW|8|blue|bold|phpMyAdmin}} is (as the name says) written in {{FormFCTW|8|blue|bold|PHP}} and uses {{FormFCTW|8|blue|bold|MySQL}}.
 +
<br>phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web.
 +
<br>phpMyAdmin supports a wide range of operations on MySQL and MariaDB.
 +
<br>Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.
 
<br>Besides this, we also need people skilled in HTML, JavaScript and CSS, as these are all parts that make our user interface.  
 
<br>Besides this, we also need people skilled in HTML, JavaScript and CSS, as these are all parts that make our user interface.  
 
Mbr>You don't have to be an expert in all these areas - even knowing only one of them, you can still provide substantial help in creating or debugging some features.
 
Mbr>You don't have to be an expert in all these areas - even knowing only one of them, you can still provide substantial help in creating or debugging some features.

Latest revision as of 15:13, 17 January 2024

Introduction

MariaDB Server is one of the world’s most popular open source relational databases and is available in the standard repositories of all major Linux distributions.
This page intends to show you where to find the documentation.

phpMyAdmin is (as the name says) written in PHP and uses MySQL.
phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web.
phpMyAdmin supports a wide range of operations on MySQL and MariaDB.
Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.
Besides this, we also need people skilled in HTML, JavaScript and CSS, as these are all parts that make our user interface. Mbr>You don't have to be an expert in all these areas - even knowing only one of them, you can still provide substantial help in creating or debugging some features.

ToC MariaDB-Documentation

The following list is a Table of Content (ToC) for the Maria Database Documentation.

Using MariaDB Server

MariaDB Administration

High Availability & Performance Tuning

Columns, Storage Engines, and Plugins

Programming & Customizing MariaDB

Other MariaDB Server Documentation Articles

Docu Links

See also

top

Reference

top