Mysql

A one-click install solution for AliSQL Server 5.6.32, a MySQL branch originated from Alibaba Group with many feature and performance enhancements, and includes patches from Percona, WebScaleSQL, and MariaDB. AliSQL has proven to be very stable and efficient in production environment. It can be used as a free, fully compatible, enhanced and open source drop-in replacement for MySQL. 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.32 for Linux on x8664 (MySQL Community Server (GPL)) malloc library is: bundled jemalloc 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