Skip to navigation Skip to content Change Is InevitableChange-Is-InevitableChange Is Inevitable
Menu
  • Home
  • MySQL
    • MySQL-Articles
    • MySQL-Scripts
    • MySQL Resources
  • Technical
    • QA-Testing
  • General
    • Review
    • Just for fun
    • Personal
  • Contact Me
    • Copyright
  1. Home
  2. Posts tagged “perl”

Tag: perl

Technical

Simple Shell Script to Monitoring Disk Space on a Linux Machine

This article explain a way to get a mail as soon as the disk usage reaches to its critical level to avoid issues later. To set a simple monitor on Linux / Unix, I have two simple scripts: DSAlert.sh : Shell script for retrieving disk space percentages and put in to a cron job. DiskSpace_Alert.pl : Perl script for sending an […]

January 11, 2009March 23, 2015
5
MySQL MySQL-Scripts

Perl Script for Analyze – Optimize – Repair Mysql Databases

The perl script is mainly created to avoid manual Mysql Server Maintenance. The script uses Perl module DBI. You need to provide access credentials and database name(optional). Regarding Analyse, Optimize and Repair you may ofcourse refer dev.mysql.com. OPTIMIZE TABLE should be used if you have deleted a large part of a table or if you […]

January 1, 2009June 24, 2014
1

Sidebar

Search:

  • MySQL 8 – timestamp cannot be null and explicit_defaults_for_timestamp
  • Restore single MySQL table from Xtrabackup (video demo)
  • MySQL Interview – ChatGPT is not your DBA
  • Securing MySQL: Data Encryption with Percona Server and Vault
  • Can not connect to ProxySQL: reasons and fixtures
Top