yaongli / neontool

Tools for neon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neontool

Tools for neon

Create Create a mysql user for cvs_history

create user 'cvs_history'@'localhost' identified by 'cvs_history';
GRANT ALL PRIVILEGES ON cvs_history.* TO 'cvs_history'@'localhost';

About

Tools for neon

License:MIT License


Languages

Language:CSS 87.9%Language:Python 10.7%Language:JavaScript 0.7%Language:Shell 0.7%