Scribbles & Snippets
... of low and no utility ...

Latest Posts

Running Cromwell on AWS/Batch
- Posted: 2018-11-21.

Parallel mysql myisam repair
- Posted: 2018-11-21.

Does a TKI like Crizotinib kill tumor cells ?
- Posted: 2018-10-28.

Save Spotify to flac or mp3
- Posted: 2018-07-14.

Replace all symlinks by the original file
- Posted: 2018-03-02.

Log in

: User
: Password

All Entries On mysql

A total of 4 entries were found. Click on the titles to read the posts.

  • Fetch ProFTPd users from mysql on ubuntu 10.04 LTS (2012-11-14 - Geert Vandeweyer)

    Download Proftpd

    ~$ wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.4b.tar.gz
    ~$ tar xzvf proftpd-1.3.4b.tar.gz
    ...
  • Enable LOAD DATA LOCAL INFILE on Ubuntu 12.04 (2013-01-30 - Geert Vandeweyer)

    On my ubuntu 12.04 LTS server, I noticed that I could not run the following mysql command anymore: 

    LOAD DATA LOCAL IN...
  • Retrieve large batches of rows from mysql (2014-10-28 - Geert Vandeweyer)

    The following snippits are some approaches for rapid high performance fetching of vast amounts of rows from a mysql database. All of them should reduce the load on the mysql server and increase the...

  • Parallel mysql myisam repair (2018-11-21 - Geert Vandeweyer)

    Small script to run the check & repair commands on database server in parallel, to speed up recovery and restart.