Welcome to our blog, which is more than just a record of our experiences. It’s a resource.

Our blog is an invaluable resource for anyone struggling with the challenges of managing a database, applications, or clouds.
We understand the difficulties involved in troubleshooting, building, improving, securing, and operating these platforms,
and we’re here to share our insights and expertise with you. Browse through our collection of blog posts below,
and don’t hesitate to leave your comments and feedback.

MySQL Error Invalid lost+found Schema

MySQL Error Invalid lost+found Schema

If within a MySQL instance a schema name such as "#mysql#lost+found" or "#lost+found" is listed when the "show schemas" or “show databases” command is run, it's not a true schema but will appear when MySQL is installed in a root directory on a Linux server. At the...

read more
MySQL User With wildcard and localhost Hosts

MySQL User With wildcard and localhost Hosts

There's often confusion over why MySQL users are created with a host of localhost in addition to a user created with wildcard, %, for their host. create user 'some_user'@'localhost' identified by 'some_password_here'; create user 'some_user'@'%' identified by...

read more
What’s a Database Health Check?

What’s a Database Health Check?

As a critical component of your business, a healthy database is vital to staff efficiency and customer satisfaction. If you've neglected database maintenance and tuning, chances are you're running into a litany of performance issues. When your database begins to lag,...

read more
Creating a Windows Backup Image (Win10)

Creating a Windows Backup Image (Win10)

The following instruction will walk you through how to create a Windows OS backup in the event you need system image restore. An image backup copies everything on your drive, including partitions and the boot sector. It's the only way to back up your Windows...

read more
The Basics of Database Performance Tuning

The Basics of Database Performance Tuning

Poor database performance bogs down operations, and as the lifeblood of a business, companies can't afford barriers to data access. One of the best ways to navigate past performance issues is by getting a regular database performance audit. Just like a car needs...

read more
Verifying a Server is Offline

Verifying a Server is Offline

Overview From time to time, you'll encounter a situation where a server appears to be offline, and you need to verify the validity of the alert prior to contacting proper support channels. This document covers certain steps that can be taken for verifying an offline...

read more
Informix v11.70 End of Support (EOS)

Informix v11.70 End of Support (EOS)

Informix 11.70 database versions will be out of support as of September 30, 2020. For Informix users, this means IBM/HCL is discontinuing security updates, patches, and other services (even if you have an existing maintenance contract). For the Informix DBA, this...

read more

Follow Us

Need more information? Let’s Talk Today!