UNPKG

@naturalcycles/mysql-lib

Version:

MySQL client implementing CommonDB interface

36 lines (19 loc) 686 B
## @naturalcycles/mysql-lib > MySQL client implementing CommonDB interface [![npm](https://img.shields.io/npm/v/@naturalcycles/mysql-lib/latest.svg)](https://www.npmjs.com/package/@naturalcycles/mysql-lib) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) # Quick start todo # Develop Install MySQL server+client on Mac: ```shell brew install mysql # start mysql.server start # secure mysql_secure_installation # connect mysql -uroot # Default options are read from the following files in the given order: # /etc/my.cnf /etc/mysql/my.cnf /opt/homebrew/etc/my.cnf ~/.my.cnf ```