摘要: /* Windows服务 */ -- 启动MySQL net start mysql -- 创建Windows服务 sc create mysql binPath= mysqld_bin_path(注意:等号与值之间有空格) /* 连接与断开服务器 */ mysql -h 地址 -P 端口 -u 用 阅读全文
posted @ 2023-04-04 21:18 Index_73 阅读(23) 评论(0) 推荐(0)