Start MySQL at bootup
At the time of Server failure, you would want your MySQL to start at the boot. To achieve the same follow the below steps at the prompt. >cd /etc/rc.d/rc3.d >ln -s /etc/rc.d/init.d/mysql S98mysql...
View ArticleNDB ENGINE
For latest developments and updates on cluster visit below. Many limitations of previous versions addressed. http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-development-5-1-ndb-7-1.html
View ArticleAutomate MySQL Dumps using Linux CRON Job
MySQL Dump Using Linux CRON Job If you are a database administrator who would like to automate you tasks. Here is a simple and very basic task that can be automated, MySQL Database Dumps are the very...
View ArticleRHEL LVS setup for MySQL DB Nodes
I was configuring MySQL Cluster where the application servers use a properties file to connect to the MySQL Data/Storage node (I configured both Data and Storage nodes on same physical server). I want...
View ArticleWalkthrough: Cluster Setup SQL/Win2008
Problem After Installing SQL Server 2008 Installation Process you must have noticed how different SQL Server 2008 installation is from its previous versions. Now, we will be installing SQL Server 2008...
View ArticleLink MySQL to MS SQL Server2008
I came up with Idea of this article, when I tried to create replication setup between MS SQL 2008 and MySQL. I was unable to do it since MS SQL provides only two non SQL Subscriptions/Publishers...
View ArticleSQL Server Integration Services 2008(SSIS) and MySQL
In my previous article I had created linked server, to access and query a database. However, it is just the basic step to try and bring two different RDBMS systems linked together. In this article I...
View ArticleAuto Recover MyISAM Tables
Enable MyISAM Auto-Repair MyISAM can be configured to check and repair its tables automatically. By enabling the MyISAM auto repair you let the server check each MyISAM table when it is opened. It...
View ArticleResuming the Blog
Hi all, I was away from blogging for quite long. Occupied with many responsibilities and personal commitments. Hopefully will continue bringing up technical articles to simplify DB tasks. -Thanks
View ArticleMySQL Cluster Setup and Replication between NDB and Non NDB Engines
Index 1. Introduction 2. MySQL Database Cluster Details 3. Steps to setup MySql Cluster 4. Testing the Cluster 5. Cluster Replication 6. Steps to setup Cluster Replication Introduction This document...
View Article