Maria Mysql Database: Difference between revisions

From HaFrWiki42
Jump to navigation Jump to search
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
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.


== Content of the Documentation ==
{{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.
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.
The following list is a Table of Content (ToC) for the Maria Database Documentation.


Line 75: Line 82:
* https://mariadb.com/kb/en/mariadb-platform-x3
* https://mariadb.com/kb/en/mariadb-platform-x3
** MariaDB Platform X3, MariaDB Platform X3 integrates MariaDB Server, MariaDB ColumnStore, and Mar...
** MariaDB Platform X3, MariaDB Platform X3 integrates MariaDB Server, MariaDB ColumnStore, and Mar...


== Docu Links ==
== Docu Links ==
* [https://mariadb.com/kb/en/documentation Mariadb.com], Documentation
* [https://mariadb.com/kb/en/documentation Mariadb.com], Maria Database Documentation
* [https://dbadmin.one.com/doc/html/index.html dbadmin One], dbadmin.one.com], PHP-Admin Documentation
* [https://www.phpmyadmin.net phpmyadm.net], Webinterface for MySQL and MariaDB.
* [https://github.com/phpmyadmin/phpmyadmin github], phpmyadmin


== See also ==
== See also ==

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