gitee:https://gitee.com/liu-haijin/sql_tool_rs
我们需要把sql_tool_bin.exe和config.toml的放在同一个文件夹中,然后在config里面进行配置:
# config.toml
[database]
host = "192.168.3.10"
port = 3306
user = "root"
password = "123456"
name = "video"
table_name = "spider_video"
使用: