(0v34c10ck) Its an important matter of security to enforce complex passwords that have a sufficient length. From personal experience, if you ask a normal user to create their own passwords, their passwords will be based on a character set consisting of 36 case-insensitive alphanumeric characters: a-
Tag: Open Source
Be cautious when using Virtualized System with your Database
(Shinguz) A customer rose a support case with a problem on his Master-Master set-up. The 2nd Master claims to have a problem:
How to compare the record differences of two similar tables (cont’d)
(0v34c10ck) The rationale behind comparing tables versus using a CHECKSUM TABLE statement can be found in the first part of this entry.
How To Set Up MySQL Database Replication With SSL Encryption On Debian Squeeze
(Falko Timme) This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave).
Status update on how MySQL handle the partition(s) for maintenance
(Scritto da Marco Tusa) We know that having the chance to split a table in different and smaller chunk helps.
ACTIVE with Locks – Now thats a problem !
(Peter Zaitsev) One of item I always look at SHOW ENGINE INNODB STATUS to see if there are any transactions spending very long time in ACTIVE state. In the perfect world if you’re running online system you should not see transactions spending more than couple of seconds in ACTIVE state.
When a MySQL table was last touched
(Shinguz) In our last customer project we had around 600 Gbyte of data in a MySQL database. Because this database consumed a significant amount of our disk space and backups with the InnoDB backup tool took pretty long we wanted to find out if we could get rid of some of the tables.
Automatically restarting MySQL slaves the easy way.
(Anders Karlsson) MySQL Replication is something that is used by many, many MySQL users, and here at Recorded Future we are no exception. In our case, the slaves are used for different purposes, and as we develop our system so much and so fast, so sometimes things happen which could have been avoide
How to compare the record differences of two similar tables
(0v34c10ck) The CHECKSUM TABLE result sets of two similar tables only indicate if there are differences between the two tables. It does not tell you what exactly the differences are between the two.
Why SQL_MODE is important
(Ronald Bradford) Today was another example of where a correct SQL_MODE saved customer data from being corrupted. By default, MySQL does not enforce data integrity. It allows what is called silent truncations where the result of what you INSERT or UPDATE does not represent truth. NOTE: I see very fe
