https://store-images.s-microsoft.com/image/apps.40554.7904f6ab-aa6f-45e6-81c0-75965e146914.52345790-ac61-4f51-895f-79e06a1e125c.9b1ded61-5304-4fae-82c0-313b9e8930f9
MariaDB11.6 on Ubuntu24.04
HANWEI SOFTWARE TECHNOLOGY(HONG KONG) CO.,LIMITED
MariaDB11.6 on Ubuntu24.04
HANWEI SOFTWARE TECHNOLOGY(HONG KONG) CO.,LIMITED
MariaDB11.6 on Ubuntu24.04
HANWEI SOFTWARE TECHNOLOGY(HONG KONG) CO.,LIMITED
MariaDB provides a high-performance and scalable relational database management system for storing and retrieving structured data.
MariaDB 11.06 on Ubuntu 24.04 provides a high-performance, scalable relational database management system designed to efficiently store and retrieve structured data. It supports multiple storage engines and offers the flexibility of open-source software combined with enterprise-level performance. The system features an improved query optimizer, higher concurrency, and enhanced security, making it suitable for enterprises, developers, and database administrators to use in various complex application scenarios. MariaDB constantly innovates and optimizes to meet growing data management needs, offering reliable solutions and broad community support. Additionally, it integrates seamlessly with Ubuntu 24.04, ensuring a stable and optimized environment for deployment. This version of MariaDB also includes advanced features for data replication, backup, and recovery, providing users with robust tools to maintain data integrity and availability.
Please enter the root user first:
sudo su -
Check if the MariaDB service is running:
systemctl status mariadb
Open MariaDB service:
systemctl start mariadb
Restart MariaDB service:
systemctl restart mariadb
Stop MariaDB service:
systemctl stop mariadb
MariaDB service startup:
systemctl enable mariadb
Connect to the database using
'mysql -u root -p' (the initial MariaDB settings do not have a password)