How to Deploy a MariaDB Database Server
At some point in your Linux admin career, you will need to deploy a database server. This server might help power a content management system or a human resources platform. No matter what it’s used for, it’s important you know how to be prepared and know how to get the database server up and running.
This guide, written by Jack Wallen for TechRepublic Premium, will walk users through the process of installing MariaDB, creating a database, creating a database user, adding data to your new database, enabling it for remote connections, and more.
Featured text from the download:
HOW TO INSTALL MARIADB
To install MariaDB on Ubuntu Server, issue the command:
sudo apt-get install mariadb-server -y
Once the server is installed, start it with the command:
sudo systemctl start mariadb
You’ll also need to make sure the server is enabled to start, should your server reboot. Do this with the command:
sudo systemctl enable mariadb
Boost your Linux knowledge with our in-depth 11-page PDF guide. Previously priced at $49, this is now available for download at just $9. Alternatively, enjoy complimentary access with a Premium annual subscription. Click here to find out more.
TIME SAVED: Crafting this content required 22 hours of dedicated writing, editing and research.
Resource Details
* Sign up for a TechRepublic Premium subscription for $299.99/year, and download this content as well as any other content in our library. Cancel anytime. Details here.
* Sign up for a TechRepublic Premium subscription for $299.99/year, and download this content as well as any other content in our library. Cancel anytime. Details here.