MySql

An image of a stage with lights and cubes.

How to install MySQL 8 on CentOS 8

Download rpm package and configure yum repository Disable mysql5.7: Enable mysql8.0: Verify: Disabling default MySQL modules Installation Service start stop start: status check: Changing temp password after installation The above output will display the default password Z#5m,9wsmlw in the console. Changing password by following below setup command Interactive setup: Connecting to MySQL server

How to install MySQL 8 on CentOS 8 Read More »

A black and white photo of a warehouse full of boxes.

How to Deploy MySQL database on Digital Ocean Managed Kubernetes Cluster

NOTE: This tutorial assumes you know how to connect to a Kubernetes cluster. Create secrets to securely store MySQL credentials Output: Persistant volume and MySQL deployment Execute the below command to create persistent volume: Output: Execute the below command to deploy MySQL pod: Output: Exposing MySQL as a Service Output: Output:

How to Deploy MySQL database on Digital Ocean Managed Kubernetes Cluster Read More »

Scroll to Top