3037 links
  • Nono's Links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
3 results tagged mysql x
  • mysqld: [ERROR] Got error 127 when reading table './<db>/<table>'
    J'avais une erreur dans mon syslog sous forme :
    mysqld: [ERROR] Got error 127 when reading table './<db>/<table>'

    J'ai résolu le problème avec un
    # mysqlcheck --auto-repair <db> -u <user> -p
    Enter password:
    <db>.<table>
    warning  : Table is marked as crashed
    error    : Record at pos: 926124 is not remove-marked
    error    : record delete-link-chain corrupted
    error    : Corrupt

    Repairing tables
    <db>.<table>
    info     : Wrong block with wrong total length starting at 10668
    warning  : Number of rows changed from 342 to 340
    status   : OK

    # tail -n2 /var/log/syslog
    Jan 20 16:33:00 WEB mysqld: 140120 16:33:00 [ERROR] Got error 127 when reading table './<db>/<table>'
    Jan 20 16:33:47 WEB mysqld: 140120 16:33:47 [Note] Found 340 of 342 rows when repairing './<db>/<table>'
    January 20, 2014 at 4:35:05 PM GMT+1 - permalink -
    QRCode
    - https://shaarli.m0le.net/?Zd5V-w
    mysql tips
  • Création d'un cluster MySQL haute disponibilité - D'ici et d'ailleurs
    Faire un cluster MySQL Haute dispo.
    March 15, 2013 at 8:51:34 AM GMT+1 - permalink -
    QRCode
    - http://francois.aichelbaum.com/creation-dun-cluster-mysql-haute-disponibilite/
    mysql network system
  • Sauvegarder automatiquement ses bases de données MySQL - Blog des télécoms
    AutoMySQLBackup est une (autre) solution de backup pour vos base MySQL
    February 22, 2013 at 9:31:41 AM GMT+1 - permalink -
    QRCode
    - http://www.blog-des-telecoms.com/article79/sauvegarder-automatiquement-ses-bases-de-donnees-mysql
    backup mysql nonovrac system
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation