MySQL client implementing CommonDB interface
npm install @naturalcycles/mysql-lib> MySQL client implementing CommonDB interface


todo
Install MySQL server+client on Mac:
``shell
brew install mysql
mysql.server start
mysql_secure_installation
mysql -uroot
``