Logo Wiki as a Service
Search Shelves Books Log in
Info
Content
Book Navigation
  • Linux

  • Fedora 30 QEMU-KVM OVMF Passthrough

  • Useful Commands

  • named

  • Fail2Ban

  • Arch install notes (uEFI & Nvidia)

  • rdiff-backup

  • OpenSSL

  • Grub

  • Kubernetes cluster Administration notes

  • Recover GitLab from filesystem backup

  • Apache/Nginx/Varnish

  • Nagios NRPE

  • Verifying CMS versions

  • Systemd

  • LogRotate

  • Let's Encrypt & Certbot

  • MySQL

    • DB's and Users

    • Innodb recovery

    • MySQL Replication

    • DRBD + Pacemaker & Corosync MySQL Cluster Centos7

    • Reset MySQL root password

  • Regular expressions

  • Raid

    • Software Raid

    • MegaCli

  • Docker

  • Ansible

  • Firewall

    • Firewall iptables script

    • iptables

    • Firewalld

  • cPanel

    • Exim - Find Spam

    • cPanel Notes

  • Cluster

    • HaProxy

    • DRBD + Pacemaker & Corosync NFS Cluster Centos7

    • Keepalived LoadBalacing

    • Distributed memcached on 2 Webserver [CentOS7]

    • GlusterFS + Heketi [Ubuntu 18.04]

  • Git

  • Site-to-Site OpenVPN with routes

  • LVM

  • Fedora Build ACS Override Patch Kernel

  • Chef notes

  • Kubernetes the hard way

  • Kubernetes install with kubeadm

  • Docker Swarm (WIP)

  • Ubuntu - Remove and Reinstall MySQL

  • TargetCLI CentOS 7

  • OpenZFS

Books
Linux
MySQL

MySQL

Notes for MySQL

DB's and Users

Create a DB CREATE DATABASE new_database; Drop a DB DROP DATABASE new_database; Create a new ...

Innodb recovery

What we will need to do for the recovery is to stop mysql and put it in innodb_force_recovery to ...

MySQL Replication

*** TESTED FOR CENTOS 7 *** NEED TO HAVE PORT 3306 OPENED! -- MASTER = 10.1.2.117, SLAVE = 10.1....

DRBD + Pacemaker & Corosync MySQL Cluster Centos7

On Both Nodes Host file vim /etc/hosts 10.1.2.114 db1 db1.localdomain.com10.1.2.115 db2 db...

Reset MySQL root password

Stop MySQL systemctl stop mysqld Set the MySQL environment option systemctl set-environment MY...

Search Results

Clear Search
Details
Created 3 years ago by Dave
Updated 3 years ago by Dave
Actions


Export
  • Contained Web File .html
  • PDF File .pdf
  • Plain Text File .txt
Back to top