SQL Programming with MariaDB: Getting Started with MariaDB for Data Analysis

placeholder

MariaDB is a popular tool for SQL programming. To use it you must first know how to install it on your machine and set it up for your needs. In this course youll learn how to install MariaDB for macOS and MS Windows. Youll then run MariaDB from a command line interface (CLI) and create a new custom user for MariaDB from the CLI -an essential step for running MariaDB from a client such as DBeaver as connecting as root is not considered a best practice. Next youll work with DBeaver and recognize how it is a handy user interface to interact with a MariaDB server. Finally youll run a few basic MariaDB commands and queries from DBeaver.