MySql Reset MySql 8.0 root password on Windows If you forgot your root password and need to reset it for your mysql 8 server. Follow below guide. Stop MySQL80 service on windows Open PowerShell as Administrator and execute
CentOS How to encrypt and decrypt files using openssl In this tutorial we will go over how to encrypt a text file that we can store in public storage without any security concerns. Suppose you are running an application
MySql How to create new MySQL user and assign database to create new user in MySQL follow below steps: Create new MySQL User CREATE USER 'demo'@'localhost' IDENTIFIED BY 'dem0123'; Once the user is created, you will need to set
MySql How to install MySQL 8 on CentOS 8 Download rpm package and configure yum repository wget https://dev.mysql.com/get/mysql80-community-release-el8-1.noarch.rpm sudo yum localinstall mysql80-community-release-el8-1.noarch.rpm sudo yum repolist enabled | grep "mysql.*-community.
MySql Managing MySQL database using PHPMyAdmin in Kubernetes NOTE: Before you proceed you must know how to connect to kubernetes cluster, have nginx ingress controller setup with certificate manager, and have mysql database pod deployed. Follow this guide
k8s How to Deploy MySql database on Digital Ocean Managed Kubernetes Cluster NOTE: This tutorial assumes you know how to connect to Kubernetes cluster. Create secrets to securely store MySQL credentials Guide on how to create base 64 encoded values: Windows 10