Myrocks

A one-click install solution for MyRocks MySQL Server 5.6.27, a MySQL branch from Facebook with RocksDB as a new MySQL storage engine alternative to InnoDB. It gives users better read efficiency, better write efficiency, and better space efficiency for better performance on flash storage. It also includes self-management, self-monitoring and self-healing components.

Configuration

Full settings

config

Directories

Configurations: /jet/etc
Log files: /jet/log
Applications: /jet/app
Applications data: /jet/var
Temporary files: /jet/tmp

mysqld

Server configuration

Version: Ver 5.6.27 for Linux on x86_64 (MySQL Community Server (GPL))
Main my.cnf: /jet/etc/mycnf/my.cnf
Additional configs: /jet/etc/mycnf/my.cnf.d/
Database directory: /jet/var/mysqld/data
Administrator username: root
Administrator password: empty
Socket: /jet/run/mysqld/mysql.sock
Error log: /jet/log/mysqld/mysqld.log

Daemon management

Start: start mysqld
Stop: stop mysqld
Restart: restart mysqld

monit

Settings

Version: 5.19.0
Main config: /jet/etc/monit/monitrc
Additional config files: /jet/etc/monit/monit.d
Logfile: /jet/log/monit/monit.log

Daemon management

Start: start monit
Stop: stop monit
Restart: restart monit
Reload: reload monit
Status: monit summary monit status

init

Services control

Available services: monit mysqld
Command to start all services: start
Command to stop all services: stop
Available commands: start|stop|status|restart servicename

Documentation

MyRocks MySQL