Skip to content

val's weblog

IT notes

  • tips
  • about me
  • linkedin
  • github
  • facebook

Tags

  • apache
  • bash
  • bashboard
  • bind
  • centos
  • color
  • cron
  • debian
  • dhcp
  • dns
  • elasticsearch
  • filebeat
  • freebsd
  • gdm
  • google-api
  • grub2
  • hard
  • healthcheck
  • httpd
  • ip
  • iptables
  • iptables-persistent
  • java
  • kibana
  • logstash
  • macosx
  • mysql
  • nat
  • network
  • nginx
  • ntpdate
  • oauth2.0
  • openvpn
  • php
  • phpadmin
  • postgresql
  • pppoe
  • proxmox
  • ruby
  • rvm
  • show_ip
  • tomcat
  • tunnelblick
  • ubuntu
  • zabbix

Subscribe to Blog via Email

Tag: mysql

Gitalb migration and update

gitlab-logo-squareGitalb migration (v.8.2.4) from a source installation MySQL to omnibus PostgreSQL and update to the last version.

Could be used to all versions above 8.0.0.

Continue reading Gitalb migration and update

Posted on 2016-08-172018-04-11Tags centos, gitlab, mysql, postgresqlLeave a comment on Gitalb migration and update

MySQL health check

for mysql health check will use xinetd whith bash scrip that will be select from mysql db
install xinetd
$ aptitude install xinetd
create configure file for xinetd in witch define script for select from db

Continue reading MySQL health check

Posted on 2014-01-262016-01-28Tags healthcheck, mysqlLeave a comment on MySQL health check

MySQL master-master – slave replication (Ubuntu 12.04)

mysql-replication
$ aptitude install mysql-server

Will install latest version of mysql server  (do it on all servers)
configure master-1 Continue reading MySQL master-master – slave replication (Ubuntu 12.04)

Posted on 2014-01-262016-04-22Tags mysqlLeave a comment on MySQL master-master – slave replication (Ubuntu 12.04)

Apache2 + php5 + MySQL + php admin on Debian 6

Install apache2 (web-server) и php5:
$ sudo apt-get install apache2 php5 libapache2-mod-php5
Config file Apache2 – /etc/apache2/apache2.conf
web folder – /var/www

Continue reading Apache2 + php5 + MySQL + php admin on Debian 6

Posted on 2012-02-072016-01-28Tags apache, debian, mysql, php, phpadminLeave a comment on Apache2 + php5 + MySQL + php admin on Debian 6
Proudly powered by WordPress