Author: eduguru
What is the best way to reduce the size of ibdata in mysql?
The busiest file in the InnoDB infrastructure is /var/lib/mysql/ibdata1 This file normally houses many classes of information (when innodb_file_per_table is 0) Table
Read moreSet Up MySQL Master-Master Replication
Here we will help you to set up Master-Master replication between MySQL servers. In this setup if any changes made
Read moreremove duplicate mysql table
ALTER IGNORE TABLE `cdr` ADD UNIQUE(`uniqueid`)
Read moreHow to convert all tables from MyISAM into InnoDB?
If you omit the ENGINE option, the default storage engine is used. Normally, this is MyISAM, but you can change it by
Read moreinnodb vs myisam : comparision of mysql database engines
MYISAM: MYISAM supports Table-level Locking MyISAM designed for need of speed MyISAM does not support foreign keys hence we call
Read moreSet Analysis in Qlikview : Example and Syntax
What is Set Analysis QlikView has feature called SET ANALYSIS that provides us a way to add this context. Set analysis
Read moreWARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT
Read moremysql database replication : How To Step by Step: master -slave replication
Here we will help you to setup master-slave replication between MySQL servers. Setup Details: Master Server: 10.0.10.12 Slave Server: 10.0.10.18
Read more