It can do the sort of fallback you're talking about. It can also force stupid applications that don't know how to split up reads and writes to different databases to actually take advantage of a slave. And some other neat things.
But anyway.
Yeah, MySQL replication doesn't give HA. If you want true HA, you can look at MySQL Cluster, which is a certain technology and supposedly works pretty well. I haven't played with that since 2004 or so, when it didn't work very well at all.
no subject
It can do the sort of fallback you're talking about. It can also force stupid applications that don't know how to split up reads and writes to different databases to actually take advantage of a slave. And some other neat things.
But anyway.
Yeah, MySQL replication doesn't give HA. If you want true HA, you can look at MySQL Cluster, which is a certain technology and supposedly works pretty well. I haven't played with that since 2004 or so, when it didn't work very well at all.