int(11)
really means. Their confusion is understandable. Many know what defining a char(10)
means (a fixed-sized character string that allows up to 10 characters). However, ints are different.Type | # of… |
Added by Sarah Sproehnle on October 30, 2009 at 8:04pm — 1 Comment
Added by Chris on October 22, 2009 at 2:30pm — 2 Comments
Added by Chris on October 21, 2009 at 6:00pm — No Comments
For easy MySQL failover, replication is a great solution. This post will cover the basics of performing a failover in case your master dies.
First, setup one-way replication (or two-way, but don't plan to use both servers for writes at the same time). Next, you'll want to direct all activity, or at least the writes, to the master. If the master dies, there are two major concerns:
Added by Sarah Sproehnle on October 21, 2009 at 8:50am — 2 Comments
Added by Chris on October 20, 2009 at 6:49pm — 3 Comments
Added by Sarah Sproehnle on October 19, 2009 at 3:44am — No Comments
Added by Chris on October 5, 2009 at 3:53pm — 2 Comments
Added by Chris on October 2, 2009 at 5:25pm — 2 Comments
© 2024 Created by Chris. Powered by