If you’re not convinced yet that writing to dual masters is a bad idea, we have a couple more reasons. 9. Temp tables break replication after restart MySQL’s replication is sensitive to temporary tables. You shouldn’t use them. If your queries create them to work against, and a node crashes, the temp tables will be [...]
Read the original article at Crashed nodes corrupt your MySQL cluster
Writing to two masters is like walking around with a loaded shotgun. Eventually one of your instances will fail and when it does, replications position & synchronization information could easily become corrupt! Reason 8 – Crashed nodes cause big problems MySQL instances, unfortunately can crash. When that happens, they don’t always sync the replication position [...]
For more articles like these go to Sean Hull's Scalable Startups
Related posts:
[Read more]Read the original article at Transaction isolation breaks when writing two masters
Continuing our discussion of multi-master replication, we hit on five more reasons why writing to two masters aka active-active replication is very dangerous. Click through to the end for multi-master solutions that work with MySQL. Reason 6 – You lose transaction isolation This may sound like a theoretical point to some. But hopefully we can [...]
For more articles like these go to Sean Hull's Scalable Startups
Related posts:
[Read more]Read the original article at Active-active replication reduces operational flexibility
Among the myriad data integrity and corruption risks associated with active-active replication, you also lose out on configurability and operational flexibility. Reason 7 – Can’t add nodes easily The often touted solution to use auto_increment_increment and auto_increment_offset fixes you to a given setup forever. You can set it up with a discrete two nodes, all [...]
For more articles like these go to Sean Hull's Scalable Startups
Related posts:
[Read more]Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.3 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 support (mod_php) and MySQL support.
The Percona Live: MySQL User Conference is just around the corner! Before we begin our trek to San Jose, we want to provide you with one last announcement about our upcoming activities. First of all, as we’ve previously mentioned, Andrew Aksyonoff (Sphinx’s founder) is going to be delivering a Sphinx tutorial on the 22nd of April [...]
While coding, every second counts. And when the complexity of the database increases, you need to find new ways of speeding up your coding workflow. Let us admit it, we developers prefer to get all our work done using keyboard shortcuts, without having to switch to the mouse.
To streamline your entire coding experience and to speed up database navigation, here are a couple of useful keyboard shortcuts to make the most out of object browser filter in SQLyog.
Keyboard shortcuts:
- Ctrl + B – sets focus on object browser for operations related to Object Browser.
- Ctrl + [Up arrow] – brings focus to server/top-most element in Object Browser.
- Ctrl + E – sets focus to Query Editor to write queries.
- Ctrl + Shift + B – brings cursor focus on Object Browser filter.
- Right Arrow – Expand treeview element
- Left Arrow – Collapse treeview element …
The Bulgarian Oracle Users Group is holding its spring conference on 17-19 May. I'll be speaking about MySQL 5.6 and MySQL security on it.
There's still time to register (registration ends on 7 May). And the venue is great during this time of the year !
The MariaDB Foundation have just issued press release about the new Governance in the
Foundation. A lot of the new things that is happening in the MariaDB
adoption comes thanks to the work we have done in the
Foundation.
The Foundation is also happy to announce that is has now 2 senior
MySQL (now MariaDB) developers on board, Alexander Barkov and
Sergey Vojtovich and a documentation writer, Ian Gilfillan.
The foundation is also helping founding the new Connect engine,
which allows you to use MariaDB with a lot of different formats
(XML, CVS, DBF,...), and connections, including ODBC.
(Documentation will appear shortly …
This blog post is part two of two. Like part one, published Wednesday, this is a
cross-post from Groupon’s engineering blog. Thanks again to
Kyle Oppenheim at Groupon. And one more reminder that I’ll be
at the Percona Live MySQL Conference and Expo next week
in Santa Clara, California so look for me there. You can checkout
the sessions I’ll be leading here.
In my last post, I described a solution for keeping the caches of a MySQL standby server hot using MySQL slow logs with …
[Read more]