Posts under Open Source Software

Maximum length for MySQL TEXT field types

advertisement

mysqlJust gone thru the maximum length limit for different MySQL TEXT field types. I’m designing a table to store large amount of data within a field. To avoid data being truncated automatically, it’s good to know the maximum length limit for different MySQL TEXT field types.

Here’s the summary for maximum length limit for different MySQL TEXT field types:

Continue reading Maximum length for MySQL TEXT field types »

How to disable Cache in Google Chrome

advertisement

google chromeI’m trying to disable cache in Google Chrome yesterday when i encounter my css is not refresh after edit and hitting few times of F5 in Google Chrome. It look like Chrome is Caching the file and i need a solution to disable cache in chrome!

To disable Cache in Google Chrome, follow the steps below:-

Continue reading How to disable Cache in Google Chrome »

Common MySQL database maintenance command

advertisement

mysql, mysql databaseThis post is a note for me to remember the common MySQL maintenance command. These MySQL maintenance command (check table, repair table, analyze table and optimize table) is very useful to ensure the MySQL database run smoothly and error free. Understanding these MySQL maintenance command will allow you to perform the right operation at the right time.

Here are the MySQL maintenance command simple brief:-

Continue reading Common MySQL database maintenance command »