Course Resources

Search

Search IconIcon to open search

Last updated Unknown

# Installing MySQL Workbench and MariaDB

Commands to set password on MariaDB (Mac only):

1
2
ALTER USER 'root'@'localhost' IDENTIFIED BY 'your_new_password';
FLUSH PRIVILEGES;

Latest supported Visual C++ Redistributable downloads | Microsoft Learn

This may be necessary if it is not already installed on your system. Click download and check the x64 box. Run the installation. You may also need to restart your machine afterwards.

# Back: SQL Analytics M2 - Basic Querying