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

97 posts

MySQL

how to search / find through all databases, tables, columns in MySQL

  • Kedar
  • October 29, 2009
What will you do if one day some one ask you to find single string in all databases, all tables and in all columns, In MySQL Database? This article presents a practical solution…
View Post

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

Posts navigation

Previous 1 … 15 16 17 Next
... ...
Change Is Inevitable
Designed & Developed by Code Supply Co.