# Tutorials

To enhance your understanding of MariaDB and MySQL, explore these tutorials. For MariaDB, resources include detailed guides from Tutorialspoint, Tech on the Net, Tecmint, Javatpoint, MariaDBTutorial, and Devart. These are designed for hands-on practice and introductory learning. MySQL tutorials are also compatible with MariaDB, providing versatile learning opportunities.

## MariaDB-Focused Tutorials

* [Tutorialspoint MariaDB tutorial for beginners](https://www.tutorialspoint.com/mariadb/index.htm)
* [MariaDB Tutorial by "Tech on the net"](https://www.techonthenet.com/mariadb/index.php)
* [Learn MySQL / MariaDB for Beginners](https://www.tecmint.com/learn-mysql-mariadb-for-beginners)
* [MariaDB Tutorial from javatpoint](https://www.javatpoint.com/mariadb-tutorial)
* [MariaDB Tutorial - MariaDB in a practical manner through numerous hands-on examples](https://www.mariadbtutorial.com)
* [MariaDB Tutorial: An Introductory Guide With Examples](https://blog.devart.com/mariadb-tutorial-an-introductory-guide-with-examples.html)

## MySQL-Focused Tutorials

These tutorials should work for MariaDB, too.

* [mysqltutorial](https://www.mysqltutorial.org). Site with a lot of MySQL usage information and also how to connect to MySQL from different programming languages.
* [MySQL Tutorial for Beginners Learn in 7 Days](https://www.guru99.com/mysql-tutorial.htm)
* [MySQL Tutorial from javatpoint](https://www.javatpoint.com/mysql-tutorial)
* [MySQL Tutorial from w3resource](https://www.w3resource.com/mysql/mysql-tutorials.php)
* [MySQL by Examples for Beginners](https://www.ntu.edu.sg/home/ehchua/programming/sql/mysql_beginner.html)
* [MySQL Tutorial – A Beginner’s Guide To Learn MySQL](https://www.edureka.co/blog/mysql-tutorial/)
* [Php/MySQL Tutorial from tizag](https://www.tizag.com/mysqlTutorial/)
* [PHP & MySQL Tutorial from siteground](https://www.siteground.com/tutorials/php-mysql/)
* [MySQL Tutorial from dbForge by Devart](https://blog.devart.com/mysql-tutorial.html)
* [Devart Academy - Mastering MySQL and MariaDB With dbForge Studio](https://www.devart.com/academy/mysql-studio/)

## General SQL Tutorials

* [w3schools general SQL tutorial](https://www.w3schools.com/sql)
* [sqltutorial](https://www.sqltutorial.org/). Helps you get started with SQL quickly and effectively through many practical examples.

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formId="4316" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/general-resources/tutorials.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
