How To Set Up Multi-Master Replication Using Tungsten And MySQL-Proxy For MySQL High Availability On Ubuntu 10.04.3 LTS
This tutorial is based on my experience setting up Tungsten Replicator and MySQL-Proxy for a client's production setup.
How To Set Up Multi-Master Replication Using Tungsten And MySQL-Proxy For MySQL High Availability On Ubuntu 10.04.3 LTS
This tutorial is based on my experience setting up Tungsten Replicator and MySQL-Proxy for a client's production setup.
Stockholm – October 25th 2011
Severalnines, provider of automation and management software for easily usable, highly available and auto-scalable cloud database platforms, today announces the release of ClusterControl™ for MySQL Galera in cooperation with Codership, the replication experts organisation that leverages the latest developments in computer science to produce fast and scalable synchronous replication solutions that "just work" for databases and similar applications.
Introducing ClusterControl™ for MySQL Galera
…
[Read more]
More and more public cloud companies are moving to managed cloud
services to improve their value-add (price premium) and the
stickiness of their solution. However, the shift to a database as
a service (DaaS) severely reduces the DBAs visibility into the
business, thus limiting the ability to hand tune the database to
the requirements of the application and the database. The
solution is a cloud database that eliminates the hand-tuning of
the database, thereby enabling the DBA to be equally effective
even with limited visibility into the business and application
needs. It is these unique needs, particularly for SQL databases,
that is fueling the NewSQL movement.
DBAs traditionally have insight into the company, enabling them
to hand tune the database in a collaborative basis with the
development team, such as:
1. Performance Trade-offs/Tuning: The database is partitioned and
tuned to address business requirements, maximizing performance of …
How To Set Up MySQL Database Replication With SSL Encryption On Debian Squeeze
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). MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures though.
Installing A Web, Email And MySQL Database Cluster (Mirror) On Debian 5.0 With ISPConfig 3
This tutorial describes the installation of a clustered Web, Email, Database and DNS server to be used for redundancy, high availability and load balancing on Debian 5 with the ISPConfig 3 control panel. GlusterFS will be used to mirror the data between the servers and ISPConfig for mirroring the configuration files. I will use a setup of two servers here for demonstration purposes but the setup can scale to a higher number of servers with only minor modifications in the GlusterFS configuration files.
Any time you can get two for the price of one (a “2Fer”), you’re
ahead of the game. By implementing our shared cache as a separate
tier, you get (1) improved performance and (2) storage
flexibility…a 2Fer.
What do I mean by storage flexibility? It means you can use
enterprise storage, cloud storage or PC-based storage. Other
shared-disk cluster databases require high-end enterprise storage
like a NAS or SAN. This requirement was driven by the need
for:
1. High-performance storage
2. Highly available storage
3. Multi-attach, or sharing data from a single volume of LUN
across multiple nodes in the cluster.
Quite simply, you won’t see other shared-disk clustering
databases using cloud storage or PC-based storage. However, the
vast majority of MySQL users rely on PC-based storage, and most
are not willing to pay the big bucks for high-end storage.
ScaleDB’s Cache …
You want to use or to know more about Sun technologies? Join these Webinars to improve your knowledge and skills. You will be able to ask questions to Sun's experts.
Mercredi 10 Février : Securité pour les applications Web. Pour les startups du Web, la protection et la sécurisation de leurs applications, de leurs données, et de celles de leurs clients est un véritable facteur clé de succès. Ce Webinar couvre les différents challenges liés à la sécurité ainsi que les solutions associées telles que l'encryption, l'authentification, les certificats, la sécurisation du stockage et le stockage à tolérance de panne, les environnements étanches. Les architectes de Sun Startup Essentials présenteront des implémentations économiques basées sur des composents standards et ouverts tel qu'Apache, MySQL et ZFS. Ce webinar est …
You want to use or to know more about Sun technologies? Join these Webinars to improve your knowledge and skills. You will be able to ask questions to Sun's experts.
Mercredi 10 Février : Securité pour les applications Web. Pour les startups du Web, la protection et la sécurisation de leurs applications, de leurs données, et de celles de leurs clients est un véritable facteur clé de succès. Ce Webinar couvre les différents challenges liés à la sécurité ainsi que les solutions associées telles que l'encryption, l'authentification, les certificats, la sécurisation du stockage et le stockage à tolérance de panne, les environnements étanches. Les architectes de Sun Startup Essentials présenteront des implémentations économiques basées sur des composents standards et ouverts tel qu'Apache, MySQL et ZFS. Ce webinar est …
Setting Up Master-Master Replication On Four Nodes With MySQL 5 On Debian Etch
This tutorial explains how you can set up MySQL master-master replication on four MySQL nodes (running on Debian Etch). The difference to a two node master-master replication is that if you have more than two nodes, the replication goes in a circle, i.e., with four nodes, the replication goes from node1 to node2, from node2 to node3, from node3 to node4, and from node4 to node1.
How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1
This tutorial is based on Falko Timme's tutorial for MySQL Cluster 5.0. It shows how to configure a MySQL 5.1 cluster with five nodes: 1 x management, 2 x storage nodes and 2 x balancer nodes. This cluster is load-balanced by an Ultra Monkey package which provides heartbeat (for checking if the other node is still alive) and ldirectord (to split up the requests to the nodes of the MySQL cluster).