Simplemente Maravilloso y absolutamente recomendable!
In short, if you try to authenticate to a MySQL server affected by this flaw, there is a chance it will accept your password even if the wrong one was supplied. The following one-liner in bash will provide access to an affected MySQL server as the root user account, without actually knowing the password.
$ for i in `seq 1 1000`; do mysql -u root --password=bad -h 127.0.0.1 2>/dev/null; doneDon’t try this at home. Or if you try it, don’t tell anyone the result.
Original title and link: A Tragically Comedic Security Flaw in MySQL (NoSQL database©myNoSQL)
Twitter’s real-time URL fetcher, code named SpiderDuck, is an excellent example of how NoSQL databases fit in the architecture of today’s systems:
Metadata Store: This is a Cassandra-based distributed hash table that stores page metadata and resolution information keyed by URL, as well as fetch status for every URL recently encountered by the system. This store serves clients across Twitter that need real-time access to URL metadata.
SpiderDuck is also using memcached:
Memcached: This is a distributed cache used by the fetchers to temporarily store robots.txt files.
Original title and link: Twitter’s Real-Time URL Fetcher Using Cassandra and Memcached (NoSQL database©myNoSQL)
QUERIDO(A) HIJO(A):
Mientras vivas en esta casa obedecerás las reglas que tenemos en ella.
Cuando tengas tu casa espero que tengas la suficiente madurez para crear tus propias reglas de responsabilidad.
Aquí no gobierna la democracia, nunca hice campaña electoral para ser tu padre, tú no votaste por mí.
Somos padre e hijo/a, y yo acepté respetuosamente el privilegio y la enorme responsabilidad.
Al aceptarla adquirí la enorme obligación de desempeñar el “papel del padre”; por eso no debo llamarte ‘papito’, sino hijo, para no transtocar nuestras funciones.
No soy tu igual, porque nuestras edades son muy diferentes. Podemos compartir muchas cosas pero no somos de la misma escuela.
Soy tu padre ¡Y eso tiene cien veces más valor que un amigo!.
Si … también soy tu amigo, pero estamos en niveles completamente distintos, es decir, no te voy a permitir libertades con la excusa de no perder tu amistad.
En esta casa harás lo que tu madre y yo “sugiramos”, y aunque puedes cuestionar nuestra decisión, lo que se te diga estará por encima de tus deseos, porque todo lo que ordenemos estará motivado únicamente por el inmenso amor que te tenemos.
Qué mala suerte para tí que te tocó unos padres responsables!.
Te será difícil comprenderlo hasta que tengas un hijo, mientras tanto confía en mí…
Tu Padre (MALO)…
(Copiado de por ahí, si conoce la fuente original agradeceré me la comentes )