Category: MySQL

Configure ODBC for MySQL on CentOS

Migrate Users from MySQL to MySQL

We have already installed ODBC drivers for Oracle and PostgreSQL in prior articles.  In this article, we will install ODBC drivers on CentOS to connect us to an MySQL database.  The general idea is similar to the steps we followed…

Using the MySQL Binary Log

MySQL Point in Time Recovery

Enabling and managing binary logging will make it more likely that you can recover your database to a specific point in time.  These point in time recoveries require proper backups as well as having your MySQL server instance configure for…