Exploit.cz
  • 🍕 Recepty.eu
  • 🛠️ Lidl Tools
  • 👑 Curriculum vitae 👑
  • LinkedIn Profile
  • Github Profile

mariadb

A collection of 2 posts
kubernetes

Helm install Bitnami MariaDB Galera to hostPath

$ kubectl apply -f pvc.yaml --- kind: Namespace apiVersion: v1 metadata: name: mariadb-galera-new --- apiVersion: v1 kind: PersistentVolume metadata: name: mariadb-galera-new-pv namespace: mariadb-galera-new spec: storageClassName: manual # mountOptions: # - dir_mode=0777 # - file_mode=0777 capacity: storage: 40Gi accessModes: - ReadWriteOnce persistentVolumeReclaimPolicy: Retain hostPath: path: "/bitnami/mariadb-galera-new/" --- apiVersion: v1
Nov 14, 2022 — 3 min read
MySQL / MariaDB - SET GLOBAL time_zone = 'Europe/Prague'; Error 1298
mariadb

MySQL / MariaDB - SET GLOBAL time_zone = 'Europe/Prague'; Error 1298

ERROR 1298 (HY000): Unknown or incorrect time zone: 'Europe/Prague' Firstly you have to import timezones into mysql database mysql_tzinfo_to_sql /usr/share/zoneinfo/|mysql -u root mysql mysql_tzinfo_to_sql /usr/share/zoneinfo/Europe/Prague Europe/Prague | mysql -u root Now you can run SET GLOBAL
Apr 25, 2019
Exploit.cz © 2023
Powered by Ghost