4337 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
    23 janvier 2015 à 14:51:45 UTC+1 - permalink - archive.org - https://vividcortex.com/blog/2014/11/03/mysql-query-performance-statistics-in-the-performance-schema/
    mysql stat
  • 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.

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

    via sebsauvage

    1 octobre 2014 à 14:18:44 UTC+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
    auth mariadb mysql
  • Mysql Indexing Tips - CodeSamplez

    via mickael

    11 août 2014 à 14:48:53 UTC+2 - permalink - archive.org - http://codesamplez.com/database/mysql-indexing-tips
    index mysql
  • Percona XtraDB Cluster 5.6, HAProxy and Debian Wheezy 7.0
    21 juillet 2014 à 17:02:09 UTC+2 - permalink - archive.org - http://www.mikemead.me/blog/percona-xtradb-cluster-debian-wheezy
    cluster haproxy mysql
  • thumbnail
    User Statistics — Percona Server 5.5 Documentation

    Peut servir pour auditer les comptes utilisés

    10 juillet 2014 à 16:50:49 UTC+2 - permalink - archive.org - http://www.percona.com/doc/percona-server/5.5/diagnostics/user_stats.html?id=percona-server:features:userstatv2
    audit mysql stat user
  • MySQL :: MySQL 5.6 Reference Manual :: 17 Replication

    Chapter 17 de la doc MySQL : toread

    9 juillet 2014 à 16:57:15 UTC+2 - permalink - archive.org - http://dev.mysql.com/doc/refman/5.6/en/replication.html
    mysql replication
  • Top 20+ MySQL Best Practices - Tuts+ Code Tutorial
    21 mai 2014 à 14:19:29 UTC+2 - permalink - archive.org - http://code.tutsplus.com/tutorials/top-20-mysql-best-practices--net-7855
    mysql
  • GTIDs in MySQL 5.6: New replication protocol, ways to break replication

    nouveau protocole de replication mysql

    via Skunnyk

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

    peut servir ^^

    via arnaudb

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

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

    via Skunnyk

    24 mars 2014 à 10:13:56 UTC+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 =

    3 janvier 2014 à 16:57:57 UTC+1 - permalink - archive.org - https://bugs.php.net/bug.php?id=52434
    bug mysql php socket
  • Comprendre les jointures avec MySQL | Epershand

    Très bon article sur les jointures

    10 décembre 2013 à 15:21:45 UTC+1 - permalink - archive.org - http://www.epershand.net/developpement/mysql-bdd/comprendre-jointures-inner-left-right-join-mysql
    inner join left mysql outer right
  • MySQL Database Dump Splitter

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

    7 décembre 2013 à 15:53:02 UTC+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