4360 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 2 / 4
Newer►
64 results tagged mysql x
  • MySQL Query Performance Statistics In The Performance Schema - VividCortex
    January 23, 2015 at 2:51:45 PM GMT+1 - permalink - archive.org - https://vividcortex.com/blog/2014/11/03/mysql-query-performance-statistics-in-the-performance-schema/
    mysql stat
  • thumbnail
    Terrible choices: MySQL | ionel's codelog

    Dans l'idéal il ne faudrait pas utiliser les paramètres par défauts et lire 100 de la doc pour faire sa propre conf... dans l'idéal.

    January 18, 2015 at 2:43:20 PM GMT+1 - permalink - archive.org - http://blog.ionelmc.ro/2014/12/28/terrible-choices-mysql/
    mysql
  • thumbnail
    Non-blocking INSERT with mysqlnd | Ulf WendelUlf Wendel
    January 1, 2015 at 3:05:16 PM GMT+1 - permalink - archive.org - http://blog.ulf-wendel.de/2012/non-blocking-insert-with-mysqlnd/
    mysql
  • thumbnail
    Managing shards of MySQL databases with MySQL Fabric
    January 1, 2015 at 3:04:39 PM GMT+1 - permalink - archive.org - http://www.percona.com/blog/2014/07/11/managing-shards-mysql-databases-mysql-fabric-2/
    mysql
  • thumbnail
    PHP and MySQL communication, mysqlnd
    January 1, 2015 at 3:04:21 PM GMT+1 - permalink - archive.org - http://jpauli.github.io/2014/07/21/php-and-mysql-communication-mysqlnd.html
    mysql
  • thumbnail
    Les index MySQL : types, placements, efficacité « dbnewz
    January 1, 2015 at 2:55:42 PM GMT+1 - permalink - archive.org - http://www.dbnewz.com/2008/06/27/les-index-mysql-types-placements-efficacite/
    mysql index
  • thumbnail
    MySQL 5.7 multi-source replication
    January 1, 2015 at 2:41:24 PM GMT+1 - permalink - archive.org - http://www.percona.com/blog/2013/10/02/mysql-5-7-multi-source-replication/
    mysql
  • thumbnail
    Connexion sécurisé base de donnée sans mot de passe depuis compte linux

    via sebsauvage

    October 1, 2014 at 2:18:44 PM GMT+2 - permalink - archive.org - http://www.mon-code.net/article/72/utiliser-le-compte-linux-pour-se-connecter-de-facon-securise-a-mariadb-et-mysql-sans-mot-de-passe
    mysql mariadb auth
  • thumbnail
    Mysql Indexing Tips - CodeSamplez

    via mickael

    August 11, 2014 at 2:48:53 PM GMT+2 - permalink - archive.org - http://codesamplez.com/database/mysql-indexing-tips
    mysql index
  • thumbnail
    Percona XtraDB Cluster 5.6, HAProxy and Debian Wheezy 7.0
    July 21, 2014 at 5:02:09 PM GMT+2 - permalink - archive.org - http://www.mikemead.me/blog/percona-xtradb-cluster-debian-wheezy
    mysql haproxy cluster
  • thumbnail
    User Statistics — Percona Server 5.5 Documentation

    Peut servir pour auditer les comptes utilisés

    July 10, 2014 at 4:50:49 PM GMT+2 - permalink - archive.org - http://www.percona.com/doc/percona-server/5.5/diagnostics/user_stats.html?id=percona-server:features:userstatv2
    audit stat mysql user
  • thumbnail
    MySQL :: MySQL 5.6 Reference Manual :: 17 Replication

    Chapter 17 de la doc MySQL : toread

    July 9, 2014 at 4:57:15 PM GMT+2 - permalink - archive.org - http://dev.mysql.com/doc/refman/5.6/en/replication.html
    mysql replication
  • thumbnail
    Top 20+ MySQL Best Practices - Tuts+ Code Tutorial
    May 21, 2014 at 2:19:29 PM GMT+2 - permalink - archive.org - http://code.tutsplus.com/tutorials/top-20-mysql-best-practices--net-7855
    mysql
  • thumbnail
    GTIDs in MySQL 5.6: New replication protocol, ways to break replication

    nouveau protocole de replication mysql

    via Skunnyk

    May 12, 2014 at 10:48:51 AM GMT+2 - permalink - archive.org - http://www.mysqlperformanceblog.com/2014/05/09/gtids-in-mysql-5-6-new-replication-protocol-new-ways-to-break-replication/
    mysql gtid sys
  • thumbnail
    Restoring The MySQL Root User | Code Enigma

    peut servir ^^

    via arnaudb

    April 28, 2014 at 3:03:45 PM GMT+2 - permalink - archive.org - http://www.codeenigma.com/en/blog/restoring-mysql-root-user
    mysql root
  • thumbnail
    Keynotes Recordings | Percona Live MySQL Conference & Expo 2014
    April 7, 2014 at 3:04:38 PM GMT+2 - permalink - archive.org - https://www.percona.com/live/mysql-conference-2014/keynotes-recordings
    mysql percona video
  • thumbnail
    DBA 101: Sometimes forgotten functionality in the MySQL client

    Deux trois fonctions utiles/méconnues côté client

    via Skunnyk

    March 24, 2014 at 10:13:56 AM GMT+1 - permalink - archive.org - http://www.mysqlperformanceblog.com/2014/02/27/dba-101-sometimes-forgotten-functionality-mysql-client/
    mysql
  • PHP :: Bug #52434 :: mysqlnd: host cannot be "localhost" when connecting to tcp port

    Point de vue différents :)

    Ici, lorsqu'on utilise "localhost", la connexion va se faire par une socket et lorsqu'on utilise "127.0.0.1", la connexion se fera par tcp. On pourrait se dire que le comportement est anormal, mais en fait, non :

    "The patch won't be added as then "localhost" has two meanings - one time meaning "use the unixdomain socket in the default location" and one time actually "resolve localhost and use TCP" as it is taught in many places that "localhost" in MySQL has the first meaning we keep it there."

    La socket est déterminée ici dans le php.ini :
    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults.
    mysql.default_socket =

    January 3, 2014 at 4:57:57 PM GMT+1 - permalink - archive.org - https://bugs.php.net/bug.php?id=52434
    mysql php bug socket
  • thumbnail
    Comprendre les jointures avec MySQL | Epershand

    Très bon article sur les jointures

    December 10, 2013 at 3:21:45 PM GMT+1 - permalink - archive.org - http://www.epershand.net/developpement/mysql-bdd/comprendre-jointures-inner-left-right-join-mysql
    mysql join left right inner outer
  • thumbnail
    MySQL Database Dump Splitter

    Je me garde ça au chaud, ça peut servir

    December 7, 2013 at 3:53:02 PM GMT+1 - permalink - archive.org - https://github.com/sadreck/mysqldbsplit
    mysql script
Links per page: 20 50 100
◄Older
page 2 / 4
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation