NaturalCycles / mysql-lib

MySQL client implementing CommonDB interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@naturalcycles/mysql-lib

MySQL client implementing CommonDB interface

npm code style: prettier

Quick start

todo

Develop

Install MySQL server+client on Mac:

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

About

MySQL client implementing CommonDB interface


Languages

Language:TypeScript 99.3%Language:JavaScript 0.7%