MariaDB Database MySQL Essentials - Developer Practical Labs
  • About MariaDB and This Course
  • MariaDB Advantages
  • How to Install MariaDB on Linux
  • How to List Databases
  • How to Create and Delete a Database - MariaDB MySQL Commands and Script
  • How to Create a Table with MySQL Command and Script
  • How to Insert Data in DB and Generate Random Data with Script
  • Avoid Being Prompted for the Password
  • MySQL Select Command
  • Simple Bash Script to Automate Database and Table Selection with MySQL Commands
  • Count Records with MySQL Command
  • Create User and Password for MariaDB
  • Create DB and Table with Fields - Insert Random Data - MySQL Commands and Script
  • Count and Sum and Group By MySQL Command
  • Update Table and Drop Table and DB