Few Boundaries, Expandable Box

MySQL

This quick guide will guide you on how to use MySQL.

Getting Start

FewBox fewbox
kubectl
1k exec -it fewbox-mysql-0 bash
2# SQL >
3# mysqlsh fewbox@localhost --sql
4# set global read_only=0;
5k port-forward service/fewbox-mysql-instances mysql --address 0.0.0.0