/Full-database-search

CN:使用一个关键词搜索整个数据库|EN:Search the entire database using one keyword

Primary LanguagePython

Full-database-search

By SYSR@M

CN:使用一个关键词搜索整个数据库

早两天折腾数据库搜索折腾出来的,网上相关资料很少,开源出来献丑了,给有需要的人参考吧
文件说明: 在Database_Search.py文件第四行将Database_Username更改为你的数据库用户名,将Database_Password更改为你的数据库密码,Database_host更改为你的数据库Host,最后的database_name更改为你的数据库名
搜索的关键字就是第三行的keyword变量

EN:Search the entire database using one keyword

Two days tossing database search tossed out, there is very little relevant information online, open source out of the humble, to the people who need to refer to it File description: In the fourth line of the Database_Search.py file, change Database_Username to your database username, Database_Password to your database password, Database_host to your database Host, and finally database_name to your database name The search keyword is the keyword variable in the third line