Windows下MySQL数据库备份脚本 一、设置数据库配置(my.ini) port=3306 default-character-set=utf8 host=localhost user=root p 2022-04-20 · admin · 服务器 · MySQL 服务器 · 1,222 浏览
windows下关闭指定端口服务 假设要关闭端口号为8809,使用下面的命令,查出此端口号对应的PID netstat -ano|findstr 8809 上图红框内的 9708就是8809端 2022-04-20 · admin · 服务器 · 服务器 · 1,003 浏览