Metadata-Version: 2.1
Name: mysqlog
Version: 1.0.1
Summary: MySQL Log
Home-page: https://github.com/gavin-huhz/mysql-log
Author: 
License: MIT
Keywords: python,mysql slow log
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# MySQL Log



### Usage

``` bash

python3 setup.py install

mysqlog -uroot -p123456 -hlocalhost -dtest /Users/gavin/Downloads/mysql-slow.log

```



