background preloader

Compiler

Facebook Twitter

Greasemonkey script to get all xpath expressions of 'a&#039. 011.var GM_YUILOADER_CONFIG = { 015. assets: [ 021. timeout: 6000, 024. interval: 300, 028. runFunction: 'SHOWXP.run()', 035.var DEMO; 036.var GM_YUILOADER = { 041. loaderTimer: 0, 050.GM_YUILOADER.loaderCheck = function() {

Greasemonkey script to get all xpath expressions of 'a&#039

Home - HSCALE Documentation - Confluence. HSCALE is a plugin written for MySQL Proxy which allows you to transparently split up tables into multiple tables called partitions . In later versions you will be able to put each partition on a different MySQL server. Find more information on MySQL Proxy and HSCALE and the reasons why here: Presentation Slides: Introduction to HSCALE News and Blog Posts Application Based Partitioning / "Sharding" Application based partitioning means that your split up your data logically and rewrite your application to select the right piece of data (i.e. partition ) at any given time. HSCALE helps in application based partitioning. What About Partitioning Inside MySQL 5.1 and Higher? Partitioning provided by the MySQL server is a whole different thing. User Script Compiler. Re: mysql-proxy init script for redhat based systems. I've just knocked together a version of the init script which is a bit more of a redhat / mysql cross.

Re: mysql-proxy init script for redhat based systems

It takes into account a my.cnf style configuration file, called /etc/mysql-proxy.cf. It's not pretty, but in case anyone wants it... #! /bin/bash # mysql-proxy This shell script takes care of starting and stopping # mysql-proxy. PATH=/usr/bin:/sbin:/bin:/usr/sbin export PATH.