Change Is Inevitable
  • Home
  • MySQL
    • MySQL-Articles
    • MySQL-Scripts
    • MySQL Resources
  • Technical
    • QA-Testing
  • General
    • Review
    • Just for fun
    • Personal
  • Contact Me
    • Copyright
Change Is Inevitable

Kedar Vaijanapurkar's Blog for MySQL, technology and various subjects

  • Home
  • MySQL
    • MySQL-Articles
    • MySQL-Scripts
    • MySQL Resources
  • Technical
    • QA-Testing
  • General
    • Review
    • Just for fun
    • Personal
  • Contact Me
    • Copyright

Browsing Category

MySQL

86 posts

MySQL

MySQL Master Master Replication and auto_increment_increment / auto_increment_offset

  • Kedar
  • September 20, 2009
In this post we will see importance of replication related variables auto_increment_increment & auto_increment_offset with respect to MySQL Master Master setup. Consider we’ve already set a master-master replication. Now create…
View Post

Upload Image to MySQL using PHP

  • Kedar
  • January 30, 2009
Upload Image to MySQL using PHP As a new-bie to php/mysql, I tried different stuffs. So here I’m with my php code for Image Upload to MySQL. Its a quite…
View Post

Difference MyISAM and InnoDB Storage Engines Mysql

  • Kedar
  • January 4, 2009
MyISAM InnoDB Default since version 3.23 Relatively newer Files storage: FRM: table definition, MYD: Actual Data MYI: Index File FRM: table definition .ibd file (concept of table space) or single…
View Post

Choosing between MyISAM and INNODB – MySQL Storage Engines

  • Kedar
  • January 1, 2009
After reading at a lot of places for the the single repeatative question, “What engine shall I choose – MyISAM or Innodb?”, this is what I’ve got. Following are points…
View Post

Perl Script for Analyze – Optimize – Repair Mysql Databases

  • Kedar
  • January 1, 2009
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…
View Post

Using MySQLTuner – MySQL Optimization Tool

  • Kedar
  • January 1, 2009
MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. Within seconds, it will display statistics about…
View Post

Posts navigation

Previous 1 … 8 9
Search:
... ...

Latest Posts

  • Install exact version of Percona Server for MySQL on CentOS
  • MySQL Slow query log export and review in RDS
  • 1030 Unknown generic error from engine in MySQL
  • MySQL 8 – timestamp cannot be null and explicit_defaults_for_timestamp
  • Restore single MySQL table (ibd) from Xtrabackup (video demo)
Recent Posts
  • Install exact version of Percona Server for MySQL on CentOS
  • MySQL Slow query log export and review in RDS
  • 1030 Unknown generic error from engine in MySQL
  • MySQL 8 – timestamp cannot be null and explicit_defaults_for_timestamp
  • Restore single MySQL table (ibd) from Xtrabackup (video demo)
Recent Comments
  • Shubham Sahu on MySQL database restore issues using xtrabackup – facepalm moments
  • Kedar on Download MySQL’s Automatic Random Test Data Generator
  • Kedar on MySQL to Galera Cluster Migration, Deadlock, Back to basics
  • offpageanil@gmail.com on MySQL to Galera Cluster Migration, Deadlock, Back to basics
  • Sarthak on Computer usage and maintenance-my 10 practices
Change Is Inevitable
Designed & Developed by Code Supply Co.