News

It is very frustrating when you see this ERROR 2002 (HY000) on your terminal when you try to open MySQL.We will share the way to resolve this issue.
I tried to deploy a mysql image on my local Kubernetes that is running on a Kind cluster as the following: I tried kubectl create secret generic mysql-secret --from-literal MYSQL_KEY=11111 and created ...
Hi, I did the following to start a MySQL docker container: docker pull mysql docker run --name=mysql1 -e MYSQL_ROOT_PASSWORD=password123# -e MYSQL_ROOT_HOST=% -p 3306:3306 -d mysql ...