|
HSCALE - MySQL Partitioning
|
RunningFirst download and install MySQL Proxy. Then download HSCALE and extract it to a folder. This folder is called PATH_TO_INSTALLATION later on. Follow these steps to start up the MySQL Proxy and HSCALE:
Now you can simply connect to the MySQL Proxy: #> mysql -h 127.0.0.1 -P 4040 First TestFor a first test I recommend to just do a CREATE TABLE for a table you configured in your hscale.lua configuration file (see option tableKeyColumns). |