Sql
MySQL
creating a mysql instance for MyLabBook test
https://medium.com/macoclock/mysql-on-mac-getting-started-cecb65b78e
from cli
if you have issue to log https://stackoverflow.com/questions/4359131/brew-install-mysql-on-macos
GRANT ALL PRIVILEGES ON . TO 'pma'@'localhost' IDENTIFIED BY 'password';